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

Android Integration #76

Open fabiototh opened 8 months ago

fabiototh commented 8 months ago

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 there's already an Android integration available for this package? Additionally, could you please point me towards any examples or documentation that might exist for implementing Live Activities on Android using this package?

Thank you for your time and for the great work on this project!

Best regards.

istornz commented 8 months ago

Hello @fabiototh, thanks for your message 👍

Currently, there is not a working Android integration. In fact, it exist but only to support the method areActivitiesEnabled() in order to disable the plugin for Android.

It will be great to fully support Android. Let me add this request as possible enhancement 👍

ggirotto commented 6 months ago

This is a great idea, I didn't know that Android had Live Updates feature, which allow a similar behavior of iOS live activities. I may put some effort to work on this on the following weeks if I have extra bandwidth