CCExtractor / ultimate_alarm_clock

GNU General Public License v2.0
70 stars 124 forks source link

Feature: Dynamic island support for timer and live activities too #291

Open WrathOP opened 10 months ago

WrathOP commented 10 months ago

Description

Flutter doesn't currently have a native dynamic island library or way you gotta do it in swift and get it into flutter so it will a good learning experience for me and we'll get a feature aswell.

Screenshots

No response

WrathOP commented 10 months ago

Please assign this to me I am already working on it. And I had another doubt about where should I place the dynamic island as it doesn't really fall under any category exactly so I am putting it in timer/controllers/dynamic_island.dart or might reuse the controller. Would like to know your thoughts.

MarkisDev commented 9 months ago

That's fine - however I should mention, the app currently doesn't work on iOS since we're scheduling alarms via native code on Android.

You can place the file under controllers itself for now. We can always move it later on when we add in more iOS specific functionality.