native_alarm 1.0.0 copy "native_alarm: ^1.0.0" to clipboard
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 alarm package with the following key changes:
    • [Android] Use AudioAttributes.USAGE_ALARM and STREAM_ALARM instead of STREAM_MUSIC so 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 loopAudio condition.
0
likes
150
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter alarm plugin that uses the native alarm volume stream instead of the media volume stream.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

collection, equatable, flutter, flutter_fgbg, json_annotation, logging, plugin_platform_interface, rxdart, shared_preferences

More

Packages that depend on native_alarm

Packages that implement native_alarm