I am making an Android application and need to make set alarm option and set that the app will give notifications at a fixed time or something.I'm using Flutter. How can i do that?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (4)
Hey, did you find something out?
used pub.dev/packages/flutter_local_not... this one so far.
Wanted to create more like an alarm clock feature.. So after duration X or datetime X, it opens some flutter "view"..
You can check this project for alert setting.