How to set alarm in Flutter?
Asked Answered
S

1

14

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.

Sorites answered 15/4, 2019 at 5:7 Comment(0)
P
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.

Placket answered 15/4, 2019 at 5:16 Comment(1)
This seems to be tracked at github.com/flutter/flutter/issues/32164 now.Antispasmodic

© 2022 - 2024 — McMap. All rights reserved.