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

creating an activity can now use stale-date #38

Closed arnar-steinthors closed 1 year ago

arnar-steinthors commented 1 year ago

The only way to have a stale-date for the activity is through a notification, but if the user never receives a notification we are unable to set a stale-date to indicate out of date data.

Added an option to set the stale-date when creating the activity, it can then be updated via push notifications.

istornz commented 1 year ago

Thanks @arnar-steinthors !

Version 1.7.4 released with this feature :)