Search code examples
androidflutterfirebasepush-notificationheads-up-notifications

Push Notification doesn't appear like Heads-up in Flutter


I want like this. enter image description hereI use FCM for push notifications. Notifications arrive but doesn't appear like heads-up. It only appears on status bar. Am I doing something wrong or do I have to something else?


Solution

  • Did you want to show your app notification in the notification bar if yes you should try this package flutter_local_notifications: ^16.3.0

    as you can show on top of image