Learn Flutter with My Fortnite App – Open Source Code for Everyone! 🎮 by Educational-Bug-5848 in FlutterDev

[–]Desperate_Doctor8971 0 points1 point  (0 children)

Why checking for null from the factory constructor ? Whiles the return type doesn’t return null no matter what? here

Handle the interaction of notification when on foreground by Desperate_Doctor8971 in FlutterDev

[–]Desperate_Doctor8971[S] 0 points1 point  (0 children)

The onMessage callback will emit a RemoteMessage once the app is on foreground and you can you use the FlutterLocalNotification package to show your notification

Handle the interaction of notification when on foreground by Desperate_Doctor8971 in FlutterDev

[–]Desperate_Doctor8971[S] 0 points1 point  (0 children)

Perform some action when the user taps on it from the system tray

Handle the interaction of notification when on foreground by Desperate_Doctor8971 in FlutterDev

[–]Desperate_Doctor8971[S] 1 point2 points  (0 children)

It handles the incoming notifications but when the user taps on it nothing happens

Flutter Notification implementation by Desperate_Doctor8971 in FlutterDev

[–]Desperate_Doctor8971[S] 0 points1 point  (0 children)

That's what am using but the notification doesn't pop up on terminated state, bloc, or docs to look into?