MaikuB/flutter_local_notifications

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

Aberta

#2.755 aberto em 16 de fev. de 2026

 (2 comentários) (4 reações) (0 responsável)Dart (1.561 forks)batch import
help wanted

Métricas do repositório

Stars
 (2.663 estrelas)
Métricas de merge de PR
 (Mesclagem média 59m) (4 fundiu PRs em 30d)

Description

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

Guia do colaborador