본문 바로가기
728x90

분류 전체보기561

Flutter -When FirebaseMessaging.onMessageOpenedApp.listen is not triggered I used flutter with FCM and i found FirebaseMessaging.onMessageOpenedApp.listen is only worked app is not terminated. I seached stackoverflow and i found the answer. The full story is below. https://stackoverflow.com/questions/68119898/flutter-firebasemessaging-onmessageopenedapp-listen-is-not-triggered Flutter - FirebaseMessaging.onMessageOpenedApp.listen is not triggered I am using: flutter ve.. 2022. 2. 3.
flutter FCM 좋은 글 https://uaremine.tistory.com/22?category=825136 Flutter Push Notification (1) - 푸시 알림 받기 이것은 며칠간 했던 닭질의 정리 차원에서 쓰는 글 flutter 앱에서 FCM 처리하는 예제는 참 많지만, firebase_messaging 버전이 낮거나, 필요한 기능들을 고려하지 않은 것이 대부분이라 고생 좀 했다. 필 uaremine.tistory.com https://uaremine.tistory.com/24?category=825136 Flutter Push Notification (2) - Heads up notification 플러터 푸시 알림 (2) - 상단 알림창 (Heads up notification) 띄우기 지난 포스트에서 언.. 2022. 2. 2.
UCG update 문제 https://blog.kmong.com/플레이스토어-앱-업데이트를-실패했다-feat-ugc-정책을-위반-84985015e1f5 어느 날 플레이스토어 앱 업데이트를 실패했다 feat. UGC 정책 위반 blog.kmong.com 2022. 1. 31.
How to setting Theme of flutter circular Progress Indicator bar Color theme: ThemeData( progressIndicatorTheme: ProgressIndicatorThemeData( color: circularProgressbarColor //put color you want! ),) 2022. 1. 31.
728x90