Questions tagged [flutter-notification]
117 questions
0
votes
2 answers
I want to send notification to specific group of users in my flutter app. How can i achieve it?
In my Firestore I have a collection GROUPS in which their are multiple groups. Whenever a new message is added to group I want to send notification to members of that group only.

The Decoders
- 9
- 2
0
votes
2 answers
why routing is not working when tap on the notification in flutter? ( the project is based on GetX and flutter local push notification package )
Good day.
I know that we use the onSelectNotification property to get the callback when the user tap on the notification in using the flutter local push notification package.
Future _initialize() async {
await _configureLocalTimeZone();
…

Speeder
- 120
- 3
- 12
0
votes
1 answer
Flutter live notifications
I am using Firestore as a database for my flutter app. Some actions on my app lead to change/update in Firestore data.
I am using Flutter native notifications which are generated once a button is clicked. However, the data passed to the notification…
user15603941
0
votes
1 answer
Can Anyone Please Tell me that how to use the function without the button. Function should be triggered automatically
Hey There I am trying to display the flutter local notification in my app. The functionality that I want is that whenever a certain condition is met, The notification function should trigger and then it should display... Here is the source code…

Hamza Khaled
- 1
- 2
0
votes
0 answers
Flutter - Local notification not fired after changing time zone in flutter
I have set local notification with flutter_local_notifications 5.0.0 package. All notifications are working fine with the current time zone. But if I travel from India to USA my time zone is changed. And as a result, I do not get any notifications…

Disha Gajera
- 208
- 3
- 14
0
votes
0 answers
Flutter Push Notifications being received but no notification
After upgraded to embedded v2 I was never able to get PNs working on android again, after lots of searching and various code samples I did manage to get rid of the terminal error, but while I know the notifications are definitely arriving, they…

RemeJuan
- 823
- 9
- 25
0
votes
1 answer
How to make FCM notification non-removable in flutter?
I want to make FCM notification that send to my flutter app non-removable ( the user can not clear it when click on clear button or slide the notification to the left).
I search for it but no answer about how to handle it with flutter and FCM…

Noor Allan
- 421
- 2
- 7
- 17
0
votes
0 answers
Is there a way to push notification to flutter app from asp.net core webapi?
I need to sent notification from my website to flutter app using asp.netcore webapi. I had searched for many articles and none of them are with the asp.netcore and flutter combo. Is there a way to that. If anyone knows please help me.

Ananthakrishna
- 517
- 5
- 24
0
votes
1 answer
Flutter_Messaging Do Not Play Sound on a Real Android Phone
Currently, I have implemented the Firebase Cloud Messaging on my application. The notification is function in foreground and background.
When I run the app on emulator, the sound is play with the default music. Once I run on a real Android device,…

CLKH
- 137
- 1
- 5
0
votes
1 answer
Firebase push notifications not working in the background when sent from a REST API
I need help with notifications in flutter.
I have configured firebase_messaging in my flutter app. When i send test notifications from the firebase console they work in both foreground and background. When i send the notifications from a backend…

pyamo
- 1
- 1
-1
votes
1 answer
how to push notification in flutter and web api
I want the program to be able to send a request to the server every minute and return a list:
My List:
[{"NoteId": "Id", "Title": "Note Title", "Description": "Note Description", "AtDateTime": "1/7/2021 10:10:15"}]
Display an alarm with list record…

saman samadi
- 436
- 2
- 8
- 19