MaikuB/flutter_local_notifications

Please consider adding support for "live update" (Android) and "live data" (iOS) notification types

Open

#2.755 geöffnet am 16. Feb. 2026

Auf GitHub ansehen
 (2 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)Dart (1.187 Forks)batch import
help wanted

Repository-Metriken

Stars
 (2.208 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 59m) (4 gemergte PRs in 30 T)

Beschreibung

Please consider adding support on Android for the new "live update" notification type:

https://developer.android.com/develop/ui/views/notifications/live-update

And adding support on iOS for the equivalent "live data" notification type:

https://developer.apple.com/documentation/activitykit/displaying-live-data-with-live-activities

There is another Flutter package which provides this functionality, however it would be nice to consolidate with just flutter_local_notifications rather than fragmenting event types across multiple packages:

https://pub.dev/packages/live_activities

Thanks

Contributor Guide