Our great sponsors
-
flutter_local_notifications
A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux
For those who are interested, I have a workaround using the local_notifications_plugin. First of all, fullScreenIntent needs to be turned on. This will launch the application in a full-screen mode if the app isn't currently in use (i.e. the phone is locked). The next thing is to follow: https://github.com/MaikuB/flutter_local_notifications/issues/99 To quickly explain: using getNotificationAppLaunchDetails() in the main() method of your app launch, you can return a boolean on whether the app was launched through the notification. This allows you to route the app like this:
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.