flutter_volume_controller 1.2.4 flutter_volume_controller: ^1.2.4 copied to clipboard
A Flutter plugin to control system volume and listen for volume changes on different platforms.
1.2.4 #
- Added
setIOSAudioSessionCategory
method. - Added
category
option toaddListener
method. - Update example with audio stream and audio session category pickers.
- Fixed deactivating audio session after removing volume listener on iOS.
- Fixed setting audio stream after attaching volume listener on Android.
- Fixed restoring audio stream after activity is resumed on Android.
1.2.3 #
- Fixed allow music playback when start listening or reading the volume. (by DerJojo11) https://github.com/yosemiteyss/flutter_volume_controller/pull/32
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.