alarm_volume_control 1.0.0
alarm_volume_control: ^1.0.0 copied to clipboard
Flutter alarm plugin for iOS and Android with scheduling, ringing, vibration, notifications, and Android volume UI control.
Changelog #
1.0.0 #
- Initial release of
alarm_volume_control. - Based on
alarm5.2.1. - Renamed public Dart imports to
package:alarm_volume_control/alarm.dart. - Added Android behavior to set, enforce, and restore alarm volume without showing the system volume overlay.
- Added publication-focused README with installation, platform setup, usage examples, model references, and volume behavior notes.
- Updated the example app dependency to use
alarm_volume_control.
Upstream base #
This package starts from alarm 5.2.1, which includes NotificationSettings.keepNotificationAfterAlarmEnds for iOS and support for default platform alarm sound when assetAudioPath is null.