Relative Content

Tag Archive for flutterdartnotifications

Flutter Scheduled Notifications Not Working with flutter_local_notifications

I’m trying to implement scheduled notifications in my Flutter app using the flutter_local_notifications package. The instant notifications are working perfectly, but the scheduled notifications are not triggering at all.
Is there something wrong with how I’m scheduling notifications using zonedSchedule?

app size difference when using aswome_notifications vs flutter_local_notifications

i was trying to give my flutter app the ability to send notifications. i found out that the packages to send notifications in flutter are awsome_notifications and flutter_local_notifications. When downloading the sources from https://www.pub.dev, i found out that flutter_local_notifications is a few kilobytes in size while awsome_notifications is few megabytes. what is gonna the be the size difference bewteen the apps made using either?