본문 바로가기
728x90

전체 글540

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.
로딩화면 제작 시 사용자 동작 못 하도록 만들기 https://stackoverflow.com/questions/54220859/flutter-disable-touch-on-the-entire-screen Flutter disable touch on the entire screen Is there any way to prevent my screen from receiving touch events, I don't want to disable touch for every Widget in my app. I just want to lock the app so that it doesn't receive touch events. How... stackoverflow.com AbsorbPointer 또는 IgnorePointer 사용하기 2022. 1. 31.
728x90