live_activities_flutter 0.1.0 copy "live_activities_flutter: ^0.1.0" to clipboard
live_activities_flutter: ^0.1.0 copied to clipboard

PlatformiOS

A Flutter plugin for iOS Live Activities and Dynamic Island. Start, update, and end Live Activities from Flutter using ActivityKit.

0.1.0 #

  • Initial release with full iOS Live Activities and Dynamic Island support.
  • startActivity — start a Live Activity with arbitrary key-value data.
  • updateActivity — update a running activity's content state.
  • endActivity — end a specific activity immediately.
  • endAllActivities — end all running activities at once.
  • isActivityRunning — check if a specific activity is still active.
  • areActivitiesEnabled — check if the user has Live Activities enabled in Settings.
  • getAllActivities — retrieve IDs of all currently running activities.
  • activityStateStream — real-time stream of activity state changes via EventChannel.
  • Includes a SwiftUI Widget Extension template for Lock Screen and Dynamic Island views.
2
likes
150
points
101
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for iOS Live Activities and Dynamic Island. Start, update, and end Live Activities from Flutter using ActivityKit.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on live_activities_flutter

Packages that implement live_activities_flutter