Questions tagged [awesome-notifications]

59 questions
6
votes
1 answer

Unhandled Exception: MissingPluginException(No implementation found for method initialize on channel awesome_notifications)

i already initialized awesome_notifications plugin in main.dart When i hot restart, in debug console i'm getting this error: E/flutter ( 4447): [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: MissingPluginException(No…
Xone
  • 95
  • 1
  • 2
  • 7
6
votes
2 answers

Issue in Displaying Notification with awesome_notifications in Flutter

I am new to flutter.I have started to create a reminder app.I am trying to call a push notification on android alarm call back.I am using awesome_notifications. On call back I am calling _ringAlarm().I have pasted it below. It says…
Koushik Deb
  • 320
  • 3
  • 10
5
votes
2 answers

Flutter awesome notification click open specific page

I am using Flutter awesome notifications. When the notification is clicked when the application is closed, I want to direct it to a special page within the application. What is the easiest way for me to do this?
zey
  • 177
  • 2
  • 15
3
votes
1 answer

Error: User must be valid and have a name

I've set up everything to work with Firebase Messaging. Background messages are working fine. But for foreground messages, I'm facing the following error: User must be valid and have a name. W/System.err(15714): java.lang.RuntimeException: User must…
2
votes
0 answers

Flutter android alarm manager plus works in emulator periodically but not working in real device?

I am using flutter android alarm manager package to get local 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 that apk file it's not…
2
votes
0 answers

my channel dose not find in awesome_notifications flutter

Hi I want create app with GetX and awesome_notifications, But after i click on button this error is show: how can fix this? please help. W/Android: Awesome Notifications: Channel model 'basic_channel' was not found (ChannelManager:88) E/Android:…
2
votes
1 answer

Read provider inside a global or static method in Flutter

I have a question, regarding reading providers from inside static methods or global methods. I am using riverpod and awesome_notification packages, and I need to alter the state the app, from the action of the notification, for this, the package…
2
votes
1 answer

Cannot navigate to a specific page when tapping a notification (when app is in background)

I am developing an app in flutter. I used awesome_notification package to show notifications. In awesome_notification, onActionReceivedMethod works fine when an app is in the foreground but does not work when an app is in the background. How to…
2
votes
0 answers

Flutter AwesomeNotification: How schedule a notification for several days of the week?

I'm using the package awesome_notifications 0.7.4+1 and I want to schedule a notification for several days of the week (for example on Monday and on Wednesday). I thought that the NotificationCalendar is the way to go, but I only have the option to…
2
votes
2 answers

Awesome notification V0.7.1 fails to build

I'm having this problem, and ran out of options, I tried all solutions mentioned in below link but with no success how to solve Execution failed for task…
Rageh Azzazy
  • 701
  • 1
  • 7
  • 16
2
votes
1 answer

Update ongoing notification with Flutter

Currently we are using the awesome notifications package to display a notification in our Flutter app. We want to constantly update the contents of this notification. Specifically, we want to display a timer within the notification. For now we…
2
votes
1 answer

Flutter Awesome Notifications PlatformException Unknown Error

I followed ResoCoder's guide on how to set up everything having to do with the Awesome Notifications Plugin. When I try creating a new basic notification, this error is called: My Code to…
1
vote
0 answers

what is the check duplicate classes error?

I just added the lib awesome_notifications_fcm and when compiling it for android getting this error, havent even implemented yet. Launching lib\main.dart on sdk gphone64 x86 64 in debug mode... FAILURE: Build failed with an exception. * What went…
1
vote
1 answer

Action Buttons not showing in notification when application is in background in real device, using awesome_notifications package in Flutter

I am using awesome_notifications package in my flutter application to show notifications and I am triggering my notifications using firebase_messaging , so whenever firebase cloud messaging is triggered I get notification on my device. The ISSUE I…
1
vote
2 answers

Is it possible to launch an Flutter app on dismissing notification?

I have an taxi app made with Flutter, where notifications are sent for drivers to accept / reject an ride... Sometimes, drivers unknowingly dismiss the notifications and thereby they don't open the app to either accept or reject the…
1
2 3 4