I have built an application with flutter that works like a reminder. How can I display notifications to the user even though the app is closed?
The official firebase_messaging flutter plugin supports showing notification sent via FCM. Recently in v5.1.5 they added support for background message handling for andriod.
https://pub.dev/packages/firebase_messaging#515