Questions tagged [awesome-notifications]

59 questions
1
vote
0 answers

How to route from notification in flutter app?

I am using awesome_notification package for the notifications. Actually, I have a custom bottom navigation bar and I am using screen[selectedIndex] to change the content of the body inside the scaffold. I guess that is what causing all the problem.…
MNBWorld
  • 529
  • 1
  • 5
  • 25
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…
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

How to run a flutter app even though it is closed while using awesome notifications

I am using the awesome notifications and I want to notifications to be triggered even though the app is closed (possibly terminated). The notification should be triggered by a server. The type of server is sqflite and should be able to both send and…
pete more
  • 11
  • 3
0
votes
0 answers

Show notification in certain times

I want to build a flutter app which will show notification when it's time for prayer. From a api I'm getting the prayer time. And with awesome_notification package I'm showing notification for a certain time. Now I have created a function from where…
0
votes
0 answers

share silent data between pages awesome_notifications_fcm flutter

i would ask you how can i share silent data between pages using awesome_notifications_fcm package. i tried using eventBus to send and listen new data inside mySilentDataHandle method but didn't work. i tried also Provider passing context but is…
0
votes
0 answers

flutter_foreground_task causing crash in iOS devices

I have one app that is using two packages one is flutter_foreground_task and one is awesome notification.Awesome Notification main task is to show the notification to the user and flutter_foreground_task main task is to implement the foreground…
0
votes
1 answer

Flutter gives an error after adding the awesome_notifications package

After adding the awesome_notifications package and restarting the project, my application stopped starting and started giving this error: Execution failed for task ':app:checkDebugDuplicateClasses'. A failure occurred while executing…
Alexandr
  • 63
  • 5
0
votes
0 answers

Awesome Notification Not working on iOS devices

My App uses both flutter_foreground_task as well as awesome-notification for showing the notification.Notifications are working properly on Android devices but not showing on iOS devices. Future _initForegroundTask() async { print("in…
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…
0
votes
0 answers

how to make "awsome_notification" notification can be push to another page. (offilne App)

I want to use the awesome_notifications package in my Flutter app to create a notification that can navigate to another page when the user taps on it. I'm able to create and display the notification, but I'm not sure how to handle the tap event and…
0
votes
0 answers

Background notification not redirecting to specific page flutter app

I have using awesome notification, Firebase messaging is used for push notification and in foreground notification is FirebaseMessaging.onMessage.listen using this callback redirect the user to specific is working as expected but when the app is…
0
votes
1 answer

Local notification is not working for android version 12 and above in flutter

Plugin used: awesome_notification This is my code for creating the local notification. It is working fine up to android version 11, but after 12 version both the basic and schedule channel notification is not working.
0
votes
0 answers

Flutter awesome notification is working in emulator but not working in real device?

I am using flutter android alarm manager plus and awesome notification package to get notifications periodically. It's working perfectly in the emulator but when I am generating an apk file and installing the app in a real android device through…
0
votes
3 answers

Swift Compiler Error (Xcode): No such module 'shared_preferences_ios' - Flutter

Notes Recently updated to Xcode Version 14.2 (14C18) Flutter 3.7.0 • channel stable Problem When running my flutter app for ios, I get this error: Xcode build done. 86.8s Failed to build iOS app Could not…
Tomas Ward
  • 854
  • 6
  • 23