flutter_alarmkit 0.0.8
flutter_alarmkit: ^0.0.8 copied to clipboard
A Flutter plugin for AlarmKit.
0.0.8 #
- Add
alarmUpdates
method.
0.0.7 #
- Add
getAlarms
method. - Add
countdownAlarm
method. - Add
pauseAlarm
method. - Add
resumeAlarm
method.
0.0.6 #
- Add Live Activity support.
- Add installation guide.
0.0.5 #
- Add
scheduleRecurrentAlarm
method. - Add
cancelAlarm
method.
0.0.4 #
- Update README.md.
0.0.3 #
- Add
scheduleCountdownAlarm
method. - Add
stopAlarm
method. - Improve example app.
0.0.2 #
- Fix
requestAuthorization
method return value.
0.0.1 #
- Add
requestAuthorization
method. - Add
scheduleOneShotAlarm
method.