flutter_alarmkit 0.0.8
flutter_alarmkit: ^0.0.8 copied to clipboard
A Flutter plugin for AlarmKit.
0.0.8 #
- Add
alarmUpdatesmethod.
0.0.7 #
- Add
getAlarmsmethod. - Add
countdownAlarmmethod. - Add
pauseAlarmmethod. - Add
resumeAlarmmethod.
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.