Hidden state in Flutter Applifecycle

18 views Asked by At

I am utilizing Firebase FCM to send push notifications in my Flutter app. How can a user receive offline notifications in Flutter? This implies that the user should be able to receive notifications even when offline (without using scheduled notifications for one or two days). Is this even possible? Is it possible in native development? I haven't found any way to achieve this functionality in Flutter.

0

There are 0 answers