How to allow floating notification and lock screen notification programmatic in flutter

492

I suspect that it is not possible. On some launchers that are enabled when in some it is disabled (for energy-saving purposes I guess) by default.

The user should enable it manually from app settings=>notification section manually.

Share:
492
Anirudh Sukumaran
Author by

Anirudh Sukumaran

Updated on December 19, 2022

Comments

  • Anirudh Sukumaran
    Anirudh Sukumaran over 1 year

    To implement push notification, Firebase Cloud Messaging is used.The notification is received successfully in the device but it has to be a pop-up(Floating notification) and it should also be displayed in lock screen. Notification is composed using Admin SDK in node.js environment. Please help to show the notification as a floating and lock-screen notification.

    plugin used in flutter is firebase_messaging.