MaikuB/flutter_local_notifications

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

开放

#2,755 创建于 2026年2月16日

 (2 条评论) (4 个反应) (0 位负责人)Dart (1,561 个派生)batch import
help wanted

仓库指标

星标
 (2,662 个星标)
PR 合并指标
 (平均合并 59分钟) (30 天内合并 4 个 PR)

描述

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

贡献者指南