flutter_alarmkit 0.0.6
flutter_alarmkit: ^0.0.6 copied to clipboard
A Flutter plugin for AlarmKit.
0.0.6 #
- Add Live Activity support.
- Add installation guide.
0.0.5 #
- Add
scheduleRecurrentAlarmmethod. - Add
cancelAlarmmethod.
0.0.4 #
- Update README.md.
0.0.3 #
- Add
scheduleCountdownAlarmmethod. - Add
stopAlarmmethod. - Improve example app.
0.0.2 #
- Fix
requestAuthorizationmethod return value.
0.0.1 #
- Add
requestAuthorizationmethod. - Add
scheduleOneShotAlarmmethod.