istornz / flutter_live_activities

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

Simplified fetching of ActivityState of all created live activities #80

Closed Clon1998 closed 6 months ago

Clon1998 commented 7 months ago

Since I had to regularly fetch all created activities and needed to get the stat of them, I decided to extend the implementation to reduce the call amount since this can be achieved by a single method.

istornz commented 6 months ago

LGTM

Thanks for your contribution!