Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 권한부여
- password
- Flutter #Android #FCM #FirebaseCloudMessaging
- MariaDB
- Flutter
- MySQL
- User
- 흰셔츠 #누런때
- 잠금화면
- 백그라운드
- C++ Build
- 플러터
- Background
- 안드로이드
- C++
- background_callback
- firebase_message
- 사용자추가
- thread
- VSCode
- Android
- 권한
- Lockscreen
- C++ Debugging
- 사용자삭제
- YouTube API
- 쓰레드
- Permission
- policy
Archives
- Today
- Total
목록background_callback (1)
고래 정보 분류소
[Flutter] Plugin의 Background callback의 문제점
firebase_message Plugin의 BackgroundMessage Event에는 껄끄러운 문제점이있다. 비단 이 Plugin의 문제만이 아니라 Background Callback을 등록하는 Plugin들의 문제점일것이다. Flutter 구조를 간단히 분석해본 결과 Android/IOS의 앱 시작부분에 Flutter Engine을 등록하게 되어있다. 예를들어 Android는 MainActivity에 Flutter Engine을 등록해서 Flutter의 Plugin들을 불러와 사용하는 것이다. 위의 firebase_message Plugin 같은 경우 Android 기준 FirebaseMessageReceiver에서 FCM 데이터를 받으면 Service를 거쳐 등록한 BackgroundMessag..
Flutter
2020. 3. 17. 03:20