DEV Community

5hfT
5hfT

Posted on

How To create Alarm and Notification in Android using Flutter?

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?

Top comments (4)

Collapse
 
nukyx profile image
Oliver Mientus

Hey, did you find something out?

Collapse
 
mh_shifat profile image
5hfT
Collapse
 
nukyx profile image
Oliver Mientus

Wanted to create more like an alarm clock feature.. So after duration X or datetime X, it opens some flutter "view"..

Collapse
 
mh_shifat profile image
5hfT

You can check this project for alert setting.