sound_volume_view 2.0.2
sound_volume_view: ^2.0.2 copied to clipboard
SoundVolumeView displays general information and the current volume level for all active sound components in your system and allows you to instantly mute and unmute them.
2.0.2 #
- Readme updated
- Changelog updated
2.0.1 #
checkIfSoundVolumeViewInstalled: Added function to check if SoundVolumeView is installed on the system.
installSoundVolumeView: Added function to install SoundVolumeView on the system.
uninstallSoundVolumeView: Added function to uninstall SoundVolumeView from the system.
platformSupported: Added function to check if the platform is supported (currently only Windows).
- Improvements:
- Added a boolean return (
trueorfalse) to the following methods to indicate whether the operation was successful::- setVolume
- mute
- unMute
- setPlaybackThroughDevice
- setListenToThisDevice
- setAppDefault
- setDefault
- Added a boolean return (
- Added a StreamController to handle the state of
SoundVolumeViewState: [platformNotSupported, installed, notInstalled, errorToInstall, uninstalled, errorToUninstall, errorToSaveFileEncoding].
1.0.3 #
- BUG FIX: Missed adding assets before vendors
1.0.2 #
- BUG FIX: Searching for SoundVolumeView.exe caused a compilation error on Windows
1.0.1 #
- Now the file is searched in the Flutter build directory in debug mode and in release it is searched in the assets/vendors/SoundVolumeView.exe folder
1.0.0 #
- _checkPathForSoundVolumeViewExecutable() checks if SoundVolumeView.exe exists in the path of the program.
0.0.7 #
- UPDATE Readme.md
- softwarePath Now it's not mandatory, it's optional.
- Indicating the path or else it will look for it in the compilation files of the program.
0.0.6 #
- UPDATE Readme.md
- Added setAppDefault method
- Added setDefault method
0.0.4 #
- UPDATE Readme.md
- Added setListenToThisDevice method
- Added setPlaybackThroughDevice method
0.0.2 #
- Added device model
- Added unMute and mute methods.
- Added setListenToThisDevice method.
0.0.1 #
- TODO: Describe initial release.