flutter_volume_controller 1.2.2
flutter_volume_controller: ^1.2.2 copied to clipboard
A Flutter plugin to control system volume and listen for volume changes on different platforms.
1.2.2 #
- Fixed incorrect volume level due to floating point conversion.
1.2.1+1 #
- Updated set mute documentation.
1.2.1 #
- Added mute functions.
- Added distinct error codes for exception handling.
- Fixed volume level not emitted immediately after attaching volume listener. Set
emitOnStart
to false if you want to keep the previous behavior. - Fixed getting inaccurate volume level on Windows.
- Updated documentation.
1.2.0 #
- Add linux support
1.1.1 #
- Fix nullable step value not being handled in windows
1.1.0 #
- Add windows support
1.0.1+1 #
- Fix iOS resume audio stream when return to foreground
1.0.1 #
- Add setAndroidAudioStream() to set the default audio stream on Android.
1.0.0+1 #
- Update example
1.0.0 #
- Initial release.