본문 바로가기
728x90

개발456

Android channel 중요도 수준에 따른 FCM 동작 channel 중요도에 따라서 notification 동작이 달라짐! 여러개의 채널 만들어서 확인 필요 2022. 12. 9.
Firebase Crashlytics https://fomaios.tistory.com/entry/Firebase-크래쉬리틱스-사용해보기-Firebase-Crashlytics [Firebase] 크래쉬리틱스 사용해보기 (Firebase Crashlytics) 안녕하세요 Foma👟 입니다! 오늘은 앱이 어디서 충돌나는지 어디서 비정상적으로 종료되는지 등을 자세하게 설명해주는 파이어베이스의 크래쉬리틱스를 사용하는 법에 대해서 정리하도록 하겠 fomaios.tistory.com 해당 doc은 firebase ios 쪽에 문서인데 flutter 쪽을 사용하다가 ios쪽에 이상한 문구가 발생한 것을 본적이 있었는데 이 doc을 보니 이해가 되었다. 시간 될 때 설정을 바꿔줘야겠다. 2022. 12. 8.
[번역] flutter_local_notifications https://pub.dev/packages/flutter_local_notifications flutter_local_notifications | Flutter Package A cross platform plugin for displaying and scheduling local notifications for Flutter applications with the ability to customise for each platform. pub.dev 너무 길어서 local notificiation 공부하는 것을 미뤄왔었는데 local notification을 통해서 보여주는 화면을 제어하고 싶은 마음(중요도가 낮은 곳에서는 창을 띄우지 않기)에, 공부해보게 되었다. 그럼 시작해보자! Caveats an.. 2022. 12. 8.
typedef 에서 generic function 사용하기 typedef 는 callback 받을 때 도움이 되는 연산자? 같은 것이다. Generic으로 받으면 여러가지 class를 넣지 않고 필요할 때 class 형태를 넣을 수 있을 것 같아서 자료를 찾아보았다. https://stackoverflow.com/questions/51092028/how-to-typedef-a-generic-function How to typedef a generic function? I have a generic static method that looks like this: static build() { return (GenericClass param) => MyClass(param); } So far I have tried: typedef F = MyClass&... sta.. 2022. 12. 8.
728x90