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?
Read next

How to truncate strings in Kotlin?
Michael Grigoryan -

Part 1 - TODO app UI building using Flutter
Darshan Rander -

How to implement Forgot Password/Password Reset into your Flutter Apps with Firebase Auth
Fabusuyi David Oluwasegun -

Create an event in local calendar using react-native
Merlier -
Discussion (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.