Flutter: Push notifications even if the app is closed

后端 未结 5 1188
长情又很酷
长情又很酷 2020-12-02 13:17

I have built an application with flutter that works like a reminder.
How can I display notifications to the user even though the app is closed?

5条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-02 14:18

    The official firebase_messaging flutter plugin supports showing notification sent via FCM. Recently in v5.1.5 they added support for background message handling for andriod.

    https://pub.dev/packages/firebase_messaging#515

提交回复
热议问题