I'm building a remainder app where user's schedules' times are stored in Sqflite database in DateTime format.
How do I integrate the Dart's android_alarm_manager to the app so that users get alarm when the time they picked in the schedule reaches?
I tried checking the app example but couldn't found it useful. I'd appreciate if someone could guide me or help with link to a tutorial/video.