istornz / flutter_live_activities

A Flutter plugin to use iOS 16.1+ Live Activities ⛹️ & iPhone Dynamic Island 🏝️ features
https://dimitridessus.fr/
MIT License
161 stars 48 forks source link

Update stale #77

Open charlesRmajor opened 6 months ago

charlesRmajor commented 6 months ago

Update "update" function to match Apple's updated method, including supporting staleIn time same as in createActivity.

The previous method has been deprecated

NOTE: this new "update" function requires iOS version 16.2, not 16.1. I replaced all of the 16.1's with 16.2, but I don't know if that's what you'll want for the package. My need definitely doesn't cover supporting users who insist on being on 16.1.

(Thanks for making this easy for us, Apple, lol)

istornz commented 5 months ago

@charlesRmajor Sorry for the delay, I was in vacation :/

It's good for me, can you fix conflicts before merging?

Thanks a lot!