native_alarm 1.0.0
native_alarm: ^1.0.0 copied to clipboard
A Flutter alarm plugin that uses the native alarm volume stream instead of the media volume stream.
1.0.0 #
- Initial release of
native_alarm. - Based on the
alarmpackage with the following key changes:- [Android] Use
AudioAttributes.USAGE_ALARMandSTREAM_ALARMinstead ofSTREAM_MUSICso alarms respect the device's alarm volume setting. - [Android] Fall back to system default alarm sound if the specified audio asset is not found.
- [iOS] Fixed inverted
loopAudiocondition.
- [Android] Use