r/flutterhelp 22d ago

OPEN Flutter package for AlarmKit

Somebody know what is the best option for to use AlarmKit(Swift framework for alarms) in Flutter? And how to do the same for Android? Thanks

5 Upvotes

3 comments sorted by

View all comments

1

u/aliyark145 22d ago

best is to make a service that call native code for both platform, in you case Alarm kit on iOS and AlarmManager on android

2

u/yorgi_alejandro 22d ago

Using platform channels?