Questions tagged [flutter-notification]
117 questions
1
vote
0 answers
How to set up custom behaviour when receiving a notification in Flutter
I have an app built in flutter and I am sending certain notification via firebase messaging to a given device. When that device receives the notification, I would like that there will be an alarm a bit like when you receive a phone call. I would…

M4trix Dev
- 1,828
- 3
- 23
- 48
0
votes
0 answers
Notifications not working in apk release mode flutter
I made a send request and accept/reject Notification functionality in my Application but in debug mode all notifications work properly but in apk release mode notifications are not working properly, I am stuck and can't get to the…

Ashher Baig
- 11
- 1
0
votes
0 answers
One Signal V5 Template ID is null
I am sending a push notification to my Flutter app from a Template in the One Signal dashboard. Using the OSNotification class from the Flutter Onesignal package I am easily able to get the notification title. However, the template Id, which is…

Jake Woodruff
- 41
- 3
0
votes
0 answers
flutter_local_notification flutterLocalNotificationsPlugin.zonedSchedule sound custom use 2 condition
how to create condition if true play sound custom else play sound default device android
i try like it but in condition false play custom sound
await flutterLocalNotificationsPlugin.zonedSchedule(
id,
title,
message,
time,
…

cmbon
- 1
- 2
0
votes
0 answers
I got this error when add awesome_notifications_fcm package
I added the lib awesome_notifications_fcm and when compiling if for android getting this error, havent even implemented yet.
Duplicate class me.carda.awesome_notifications.core.utils.BooleanUtils found in modules…

Ozan
- 53
- 6
0
votes
0 answers
i want create notification every day at specific time i am using awesome notification package how can i do this?
i want to repeate my functionn every day at time of each prayer my code sent notification successfully but sent it just one time and what i want sending this notification every day since user avtivate it
here is my function code :
void…
0
votes
0 answers
Flutter iOS : Cache a notification when displayed in background
I am able to receive notifications in Flutter with iOS and Android and am able to store notifications in cache with the shared_preferences package in foreground and background in Android. I am able to do the same in foreground with iOS but not in…

47redBulls
- 1
- 1
0
votes
0 answers
flutter local notification button action not recognised by any event
I'm trying to add action for my notification displayed by flutter local notification. However I've added the action and the action button is also displayed on both android and ios but there is no event getting triggered on tap of that action…

askmahi
- 1
- 1
0
votes
2 answers
How can I have a color that is going to change, when I select a certain topic on Flutter. Can I use the notifier with the Color Widget?
So I am currently trying to figure out a way to give a color to a certain card depending on which subject the user has selected. I am usifier a notifier. Previously in my code, I was able to refer to look for a precise image that would be related to…

Adam Messier
- 1
- 1
0
votes
0 answers
click_action handling on ios
Below is the payload of notification i am sending
"notification":{
"title":"title",
"body":"message",
"sound": "default",
"click_action":"11"
},
"data": {
"data":{
"title":"title",
…
0
votes
1 answer
How i can change icon in local_notification flutter
Please help me how i can change notification icon.I'm using local_notification package for show notification.
see the below images
I have changed ic_launcher images for changing notification icon. what other things should I do?

karan duggal
- 11
- 2
0
votes
0 answers
want to add custom sound in flutter
i successfully add an sound into copy bundle.but the notification sound does not work in ios
Future simpleNotificationShow() async {
AndroidNotificationDetails androidNotificationDetails =
const AndroidNotificationDetails('noti', 'noti…
0
votes
1 answer
how do i figure out what to do with this? flutter local notification or firebase notification
Hi i am making a workspace managment booking application and I dont know whether to use push notifcation or local notifcation, The situation is that lets say the manager is allowed to book seats and meeting rooms for his team and they should also…
0
votes
0 answers
Is Socket io client working in flutter background to implement custom notifications?
I have flutter project for chat - like WhatsApp- I'm using node.js with socket in server and using socket_io_client in the app, everything works good, but if the app is closed the socket doesn't work, now I want to use notifications in the app, I'm…

alnajm
- 335
- 1
- 2
- 14
0
votes
0 answers
Flutter-Navigating to a screen on tapping the notification which is created using awesome notifications
I am receiving notifications from fcm and displaying notifications using font awesome. I have the data in payload and on the basis of payload I want to navigate user to new screen. For that I am using navigator key to navigate user to the screen but…

sadil manjiyani
- 21
- 5