Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter push notification when app is closed

I want to have a push notification when the app is closed but I don't know how to do it.

I already tried firebase cloud messaging, it worked but the notification took around 3 to 5 min to come, but I need it instantly. I tried pushy.me, it works very well when the app is openned or in background but not when it's closed. And I didn't find anything in their documentation talking about closed apps. Maybe I can do something with flutter local notification and an API?

like image 393
Thomas Beau Avatar asked Jul 31 '26 22:07

Thomas Beau


1 Answers

This problem happens for me when the app is built in debug mode

When I build the app in release mode, I don't have this issue

like image 73
MobileMon Avatar answered Aug 02 '26 18:08

MobileMon