Can I show notifications on Android with a flyer frame?

I've tried Flutter and I would like the app to generate notifications on an Android phone, but I don't see any documentation on this yet.

+3


source to share


3 answers


You can send deleted messages using Firebase Cloud Messaging. I don't know a plugin for local notifications, but you can write one easily. Please contribute to the plugins repo if you can!



+2


source


Try this package: https://pub.dartlang.org/packages/scheduled_notifications



I didn't find any documentation on it. Link on this page results in 404

+1


source


Use firebase_messaging : ^0.0.2

and then follow these steps:

https://pub.dartlang.org/packages/firebase_messaging

0


source







All Articles