flutter-local-notification Questions
1
Hi I do a flutter app which uses flutter_local_notifications library,
I am going alongside with guide (https://pub.dev/packages/flutter_local_notifications#-ios-setup) to setup IOS notifications
th...
Bostwick asked 13/10, 2023 at 14:38
6
Solved
I am making a todo app with notifications and am using flutter local notifications plugin, How do I generate a unique integer as id for a specific todo so that I can also cancel notification of tha...
Trews asked 30/12, 2021 at 11:1
3
Solved
I have used FCM along with Flutter local notification for receiving messages. Flutter local notifiation is used to show notification when app is in foreground. Currently, I am using Android 12 (Poc...
Vostok asked 26/7, 2022 at 2:10
2
Solved
hey guys when I use onDidReceiveBackgroundNotificationResponse in flutter_local_notification I got an error can someone help me?
here is error
here is my code
actually I want navigate to second pag...
Autoclave asked 1/2, 2023 at 8:35
4
I'm setting up push notifications via FCM and LocalPushNotifications, I was able to set it up in foreground state of app and in the background. In terminated state of the app, I do receive the noti...
Fitting asked 12/1, 2022 at 15:23
1
I'm trying to setup my mobile app, so that when a user gets a FCM message, when they click on it, I can use data within the message to route them to appropriate screen.
My FCM message looks like th...
Rachellrachelle asked 14/2, 2023 at 17:3
2
i update flutter_local_notifications into 12.0.3 and show me this error:
error: The named parameter 'onSelectNotification' isn't defined. (undefined_named_parameter at [rosen] lib\services\notifica...
Curlpaper asked 29/10, 2022 at 11:54
1
I'm wondering if I can implement local notification in flutter web? I saw that I can create local notification for mobile app Android or IOS but is it possible to use it for web app? or any other a...
Cataldo asked 26/4, 2022 at 6:57
3
Solved
I am developing water drinking reminder app with Flutter.
I want to schedule a list of time specified local notifications that user can add to this list and delete from this list.
Balbinder asked 8/2, 2022 at 8:57
0
I am building a transport application using flutter and I have reached the receiving requests section of the captain application.
How to show dialog if app closed when receive notification?
Such as...
Joust asked 4/2, 2022 at 17:52
0
I am building an Android application using Flutter. My app needs to display local notification. I am using this package, https://pub.dev/packages/flutter_local_notifications. When I show the notifi...
Majunga asked 4/12, 2021 at 13:0
1
© 2022 - 2024 — McMap. All rights reserved.