flutter_alarm_background_trigger 1.0.1 flutter_alarm_background_trigger: ^1.0.1 copied to clipboard
A flutter plugin for Android to launch app from background at specific time just like stock alarm app in Android.
Changelog #
1.0.0 #
- Implemented background alarm trigger with broadcast receiver from android
- Implemented room persistance library to store alarms
- Added flutter method channel bindings for communication
- Added example app with basic features Implemented
- Updated README & Changelog
1.0.1 #
- Updated README for permission code sample