How do I make notifications for orders? I have an application that contains a customer and an employee, and when the customer requests a request, a notification must b...
I'm using <a href="https://pub.dev/packages/flutter_local_notifications" rel="nofollow noreferrer">flutter_local_notifications</a> to schedule <strong>daily reminder n...
Notification in json is well received by the phone receiver and there is a print with json content in 'onMessage'. However no notifications is shown on the screen. Her...
I'm detecting app uninstalls using FCM. I'm sending silent notifications to users, if I'm getting <code>NotRegistered</code> response, I know that the app is uninstall...
I have an app, with user authentication through an email and password - which all works well. Through the use of the app the user will enter various dates, and...
I had a flutter app with a chat room feature. Firebase messaging is used to push remote notification. I want to hide the notification popup if the app is at foreground...
I am using <a href="https://pub.dev/packages/flutter_local_notifications" rel="nofollow noreferrer">flutter_local_notifications</a> plugin in my Flutter app and I need...
I want to remove all the active notifications from the device, in android there is a way to do this and it is by using this: <code>NotificationManagerCompat.from(conte...
When receiving an FCM from cloud functions in a Flutter app, on iOS the notification appears with a banner and in the system tray as expected. However, on Android the...
I tried many different tutorials, followed e.g. this one <a href="https://medium.com/flutterpub/enabling-firebase-cloud-messaging-push-notifications-with-flutter-39b08...
Please tell me what I'm doing wrong. I send a Cloud Message to my device, and when the application is closed, I want to check how it was launched from Push Notificatio...
I did exactly the same things in google's documentation but it does not work. I faced with <strong>No such module 'Flutter'</strong> Here is the code examp...
I am subscribing to a topic and pushing notifications using Firebase console/cloud messaging; On Android, everything works fine. On iOS, I receive notifications in the...
I have updated the pods in my app. And now I have some errors. I have been able to fix few of them, but I still have two where I do not find what I should do. Please,...
i was given a task to fix the issue where audio notification when clicked does nothing but it should open the app and that specific screen. i searched better_player do...