flutter_live_activities icon indicating copy to clipboard operation
flutter_live_activities copied to clipboard

A Flutter plugin to use iOS 16.1+ Live Activities ⛹️ & iPhone Dynamic Island 🏝️ features

Results 28 flutter_live_activities issues
Sort by recently updated
recently updated
newest added

Hello @istornz , I hope you're doing well. I've been exploring the `live_activities` package on GitHub and find it incredibly useful for iOS Live Activities implementation. I was wondering if...

enhancement

Update "update" function to match Apple's updated method, including supporting staleIn time same as in createActivity. [The previous method has been deprecated](https://developer.apple.com/documentation/activitykit/activity/update(using:)) NOTE: this new "update" function requires iOS version...

conflicts

there is anyone faced the same issue , am getting not every time , getting multtple widget showing am using for charging progress

I've implemented the plugin following the readme. I tried a few times on my project and the counter flutter template project. After calling ` _liveActivitiesPlugin.init` theres no error. But the...

Hi 👋 Not sure if this is a misunderstanding on my side or a bug. I compared the Live Activity IDs I get when I create a Live Activity with...

Hey sorry for creating an issue to ask my question. Is there any way to send data from native to flutter without opening the app via urlScheme/Deeplink? I would like...

question

Can I not apply APP Group?

question

Hey! Thanks for the great work! I've tried the example app and it works fine. I also tried to go through the steps on a new project and it worked....

question

![image](https://github.com/istornz/flutter_live_activities/assets/10784393/f4cafea3-7795-4468-bfbf-c8a369bb7035)

enhancement

hi! Thanks for the great work! I want to use interactivity live activity using LiveActivityIntent. But, I don't know how to refresh in swift code. Can I update the live...