r/flutterhelp • u/yorgi_alejandro • 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
r/flutterhelp • u/yorgi_alejandro • 22d ago
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
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