본문 바로가기
728x90

개발/Flutter225

Get hash key for Mac, (Facebook , Kakao) https://developers.kakao.com/docs/latest/ko/getting-started/sdk-android#add-key-hash Kakao Developers 카카오 API를 활용하여 다양한 어플리케이션을 개발해보세요. 카카오 로그인, 메시지 보내기, 친구 API, 인공지능 API 등을 제공합니다. developers.kakao.com 그냥 들어가서.. 하라는대로 하면 됨, debug, release, google release 다 해주기, 주소치기 힘들 때는 해당 (키) 폴더 들어가서 하면 잘 됨 https://linitial.tistory.com/2 [Android] Apk signing key 와 .keystore, hash key 환경 - M1 Mac OS Monterey .. 2022. 2. 10.
Why we use Key in flutter widget? https://apgapg.medium.com/using-keys-in-flutter-1c5fb586b2a5 Using Keys in Flutter If you are unaware of some terms like ValueKey, UniqueKey, ObjectKey etc then you on the right article. apgapg.medium.com I experienced my widget which I want to update doesn't updated and another widget is update. I thoght the reason for this problem is reason why I use same key for widgets. After I use Key(text:.. 2022. 2. 10.
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.
728x90