flutter_local_notifications icon indicating copy to clipboard operation
flutter_local_notifications copied to clipboard

Schedule notifications not working

Open minhhuyx opened this issue 3 months ago • 3 comments

I'm testing the notification function of my application using flutter_local_notifications: ^19.4.1 . But I don't understand why when I choose to display the notification immediately, it displays normally, but when I choose to display the notification after 10s or 30s, it doesn't display even though I have viewed and added all the permissions to AndroidManiFest.xml

minhhuyx avatar Sep 12 '25 08:09 minhhuyx

I had encountered same issue (Schedule Notification not working)

thuhtooaung-ues avatar Oct 01 '25 02:10 thuhtooaung-ues

A couple of questions

  • Do you run into the same issue when you clone the repository and run the example app?
  • Which devices are testing on? Have you tried testing on an Android emulator?

Asking these questions as there are some devices that may place restrictions. They have their own customisations of the Android OS that can affect the behaviour. This is outside the control of the plugin and what this part of the readme is referring to

MaikuB avatar Oct 06 '25 01:10 MaikuB

I missed to add service tag inside android manifest. After I was added, it work fine.

thuhtooaung-ues avatar Oct 09 '25 08:10 thuhtooaung-ues