I am working on an alarm app. I want to know that how can I set the alarm in flutter app as in the android we use alarm manager to trigger alarm function. Need for both platform Ios and Android.
Asked
Active
Viewed 9,262 times
1 Answers
5
Follow https://github.com/flutter/flutter/issues/3671 for updates.
So, for now, you can use regular Java and Objective-C code to solve the problem.

Duncan Jones
- 67,400
- 29
- 193
- 254

Mahabub Karim
- 810
- 11
- 17
-
1This seems to be tracked at https://github.com/flutter/flutter/issues/32164 now. – Duncan Jones Oct 25 '19 at 12:49