Relative Content

Tag Archive for flutterflutter-local-notificationflutter-notificationawesome-notifications

Flutter (persistent) notifications + live update

I’m trying to create a network speed monitoring app, kind of like Internet Speed Meter Lite on android. I don’t know if it’s available in IOS or not. But the thing is, I’m trying to achieve a certain kind of notification feature.
Once the user allows all the permissions required, the app has a function run in background. Its purpose is to display real-time network speed in the notification. The notification should not pop-up as any normal pop-up would. It should be in the background and shown only in the notification center. There will be no sound, vibration or alert, only the notification banner is shown in the notification center. Kind of like when you set a timer in android, and it shows the progress in the notification center but there is not notification shown. I have attached the image for the feature I want to achieve.

Flutter (persistent) notifications + live update

I’m trying to create a network speed monitoring app, kind of like Internet Speed Meter Lite on android. I don’t know if it’s available in IOS or not. But the thing is, I’m trying to achieve a certain kind of notification feature.
Once the user allows all the permissions required, the app has a function run in background. Its purpose is to display real-time network speed in the notification. The notification should not pop-up as any normal pop-up would. It should be in the background and shown only in the notification center. There will be no sound, vibration or alert, only the notification banner is shown in the notification center. Kind of like when you set a timer in android, and it shows the progress in the notification center but there is not notification shown. I have attached the image for the feature I want to achieve.