Skip to content

Releases: DomingoMG/sound_volume_view

New version: 2.0.2

04 Jul 21:39
8901185
Compare
Choose a tag to compare

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 (true or false) to the following methods to indicate whether the operation was successful::
      • setVolume
      • mute
      • unMute
      • setPlaybackThroughDevice
      • setListenToThisDevice
      • setAppDefault
      • setDefault
  • Added a StreamController to handle the state of SoundVolumeViewState: [platformNotSupported, installed, notInstalled, errorToInstall, uninstalled, errorToUninstall, errorToSaveFileEncoding].

1.0.3

29 Jun 16:10
083616e
Compare
Choose a tag to compare

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

v0.0.7

23 Feb 12:13
Compare
Choose a tag to compare

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.

V0.0.6

22 Feb 17:33
3dae040
Compare
Choose a tag to compare
  • UPDATE Readme.md
  • Added setAppDefault method
  • Added setDefault method

v0.0.2

22 Feb 00:27
97e9357
Compare
Choose a tag to compare

Added device model
Added unMute and mute methods.
Added setListenToThisDevice method.

v0.0.4

22 Feb 15:27
Compare
Choose a tag to compare

0.0.4

  • UPDATE Readme.md
  • Added setListenToThisDevice method
  • Added setPlaybackThroughDevice method