flutter_live_activities
flutter_live_activities copied to clipboard
A Flutter plugin to use iOS 16.1+ Live Activities ⛹️ & iPhone Dynamic Island 🏝️ features
We've got hundreds of these `endActivitiesWithId()` crashes across iPad8,6 (which is 3rd gen 12.9" iPad Pro) on iOS 17/17.1/17.2 and macOS Sonoma 14.2.1 when running via Catalyst when the app...
Issue: Fatal Exception: NSInternalInconsistencyException Sending a message before the FlutterEngine has been run. Fatal Exception: NSInternalInconsistencyException 0 CoreFoundation 0x9cb4 __exceptionPreprocess 1 libobjc.A.dylib 0x183d0 objc_exception_throw 2 Foundation 0x4e154c _userInfoForFileAndLine 3 Flutter...
Can this library be used without enabling app notifications? I don't have an apple developer account so I can't have push notification and wanted to implement dynamic island. It technically...
Hi there, Thanks for putting this plug in together! Reading the ios docs I see: > Devices that don’t support the Dynamic Island: On devices that don’t support the Dynamic...
I'm seeing this error message. Doesn't seem to be breaking things, just FYI. I'll try to get a PR in to fix it soon. ``` [VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: Concurrent modification...
App Crashes occuring when clicked on the live activity notification
I noticed that adding properties to `ContentState` makes the activity to don't be displayed for some reason. If I use `LiveDeliveryData` like: ```swift struct LiveActivitiesAppAttributes: ActivityAttributes, Identifiable { public typealias...
`removeWhenAppIsKilled` option is working on simulator but not on physical devices. I'm testing my app with iPhone 15 and 15 pro (iOS 17) for both simulator and physical devices. I...
Do we have any possible way to read the content state on the Flutter side after it updates? We have [this](https://developer.apple.com/documentation/activitykit/activity/activitystateupdates-swift.property) but I tried implementing it on my [branch](https://github.com/arnar-steinthors/flutter_live_activities/tree/feature/content_updates). It...
I found an issue with SwiftLiveActivitiesPlugin that crashes when creating an instance of Live Activity. It says Swift` runtime failure: Unexpectedly found nil while unwrapping an Optional value + 0...