Questions tagged [awesome-notifications]

59 questions
0
votes
1 answer

App's notification button action in flutter

TLDR: Is it possible to reschedule notification when notification action button is clicked, without running the flutter app? I have a flutter app that reminds of things via notifications using awesome_notifications plugin, and it has a 'remind…
vladli
  • 1,454
  • 2
  • 16
  • 40
0
votes
1 answer

How to handle notification action button clicks in background in Flutter using awesome_notifications?

I am using awesome notifications in Flutter to show local notifications. My plan is to have an action button in a notification, which changes some values in the shared preferences in the background (without opening the app) when pressed. Is this…
pulle
  • 21
  • 6
0
votes
1 answer

Awesome Notifications V0.7.3 on flutter fails to build

I added the awesome notifications package to my flutter project and initialized it in the main.dart file but when I try to build the app I get this error: ` Launching lib\main.dart on Android SDK built for x86 in debug…
0
votes
0 answers

How can I use phone notification and custom sound in my awsome notification in flutter

Hello Guys I am working on my flutter project Where I am using awesome notification. I want to do two things. The device notification sound will be the sound source. The custom sound provided by me will be the sound source. I don't know How to…
0
votes
1 answer

How to remind every 2 hours at specific time intervals using flutter

I am writing a water reminder application. I want to send a notification every 2 hours at specific time intervals by using flutter_local_notifications or awesome_notifications. Its notifications should be sent every 2 hours, starting at 8 AM and…
0
votes
1 answer

Can't schedule repeat notifications Awesome Notification Flutter

I am currently trying to implement a notification from a flutter app using the Awesome Notifications plugin (I am using version ^0.7.2). My goal is to send a notification after a certain interval such as every month after activation. I have been…
0
votes
1 answer

Icon is not working in flutter awesome notification(NotificationActionButton)

I am trying to add icon in flutter awesome notification(NotificationActionButton) but the icon is not appearing with button when the notification comes. This is how I have stored the icon inside android/app/src/main/res/drawable and accessing it…
0
votes
1 answer

Flutter Awesome Notifications scheduled notification doesn't work

This is my scheduledNotification function in notifications.dart file When I call this function isn't this have to make a notification with 10 seconds gap Future scheduledNotification(int hour,int minute, int second) async { String…
0
votes
1 answer

Flutter awesome_notifications - Bad state: Stream has already been listened to

I am using awesome_notifications as my notification plugin; however, I get the error "Bad state: Stream has already been listened to." whenever I call notifInitialize() in initState(). This happens every time I hot reload the application from…
Zzz
  • 229
  • 1
  • 12
0
votes
2 answers

flutter_background_service not receiving updates

I'm using awesome_notifications and flutter_background_service in conjunction to update some app state when receiving data notifications from FirebaseMessaging. As noted in the awesome_notifications, the background message handler must be a…
0
votes
1 answer

Flutter- open page on click notification

I am developing flutter application using awesome notification. I want to redirect to notification page when notification is clicked. Initialize main.dart notification: AwesomeNotifications().initialize( 'resource://drawable/ic_stat_ida', …
zey
  • 177
  • 2
  • 15
0
votes
2 answers

How to push scheduled notification with flutter?

I am using awesome_notification package for pushing notifications through my app. I have almost completed everything but I am stuck right at the edge. So the thing I want is the code for pickSchedule. First I want to pick a weekday: Secondly I want…
MNBWorld
  • 529
  • 1
  • 5
  • 25
0
votes
1 answer

Does Flutter awesome_notifications work in an apk file?

Has anyone been able to get Flutter awesome_notifications to work with an apk file on your Android phone? Everything was working fine in my emulator/simulator, but when I flutter build apk, then transfer the app.apk file to my phone and open the…
Page COW
  • 515
  • 13
  • 31
-1
votes
2 answers

Awesome Notifications: Invalid notification I am using Awesome Notification package in flutter

E/Android: Awesome Notifications: Invalid notification (no valid small icon): Notification(channel=basic_channel shortcut=null contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x11 color=0xff009688 vis=PRIVATE)…
1 2 3
4