I wonder if there's a way to make a fixed notificatior or a non-removable notification using Flutter. I already seen "flutter_local_notifications" but I can't find a way to make something like this: notification example
Thanks in advance!
To make notification non-removable ... just make ongoing: true in flutter_local_notifications package
AndroidNotificationDetails androidDetails = new AndroidNotificationDetails("channelId",
notificationModel.title, notificationModel.body,
ongoing: true);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With