본문 바로가기
728x90

전체 글565

permission handler IOS permission handler IOS 부분 추가된 부분이 있어서 올림 https://velog.io/@manpkh95/Flutter-iOS-권한-받기-Permission-Handler-Package Flutter iOS 권한 받기 (Permission Handler Package) Flutter를 이용한 카메라, 마이크 접근허락 패키지 permission_handler! iOS 환경 설정 뿐 아니라 코드 예제도 보자 velog.io 2022. 7. 22.
flutter_local_notifications(3/3) void selectNotification(String payload) async { if (payload != null) { debugPrint('notification payload: $payload'); } await Navigator.push( context, MaterialPageRoute(builder: (context) => SecondScreen(payload)), ); } In the real world, this payload could represent the id of the item you want to display the details of. Once the initialisation is complete, then you can manage the displaying of n.. 2022. 7. 20.
flutter_local_notifications(2/2) Full-screen intent notifications If your application needs the ability to schedule full-screen intent notifications, add the following attributes to the activity you're opening. For a Flutter application, there is typically only one activity extends from FlutterActivity. These attributes ensure the screen turns on and shows when the device is locked. 프로그램에서 전체 화면 intent 알림을 예약해야 하는 경우 당신이 열고 있는 .. 2022. 7. 20.
FCM icon 바꾸기 https://stackoverflow.com/questions/46676014/how-to-change-the-android-notification-icon-status-bar-icon-for-push-notificatio How to Change the Android Notification Icon/Status Bar Icon for Push-notification in #flutter? I want to replace the default Icon with my own icon for Push-notifications. Now the App show the Icon as White box . stackoverflow.com 2022. 7. 20.
728x90