volume_controller 3.3.1
volume_controller: ^3.3.1 copied to clipboard
A Flutter volume plugin for multiple platform to control system volume.
1.0.0 #
- Android: Support get/set/volume
- iOS: Support get/set/volume
1.0.1 #
- Add maxVolume function and muteVolume function
- Update README.md
- Update example
1.0.1+1 #
- Update Comment
2.0.0 #
- Fix iOS Bug
- Migrate to null safety
2.0.1 #
- Fix iOS Bug
2.0.2 #
- VolumeController class change to singleton
- Add "removeListener" function
- Add show/hide volume system UI (only for android now)
2.0.3 #
- Andorid: Migrate maven repository from jcenter to mavenCentral
2.0.4 #
- Fix iOS Audio mute after resume from background
2.0.5 #
- Android: Update Versions of Kotlin, Gradle, Gradle Android Pluign
2.0.6 #
- iOS can hide the system UI by showSystemUI
2.0.7 #
- Android: Update build.gradle
2.0.8 #
- iOS: Update removeObserver may crash issue
3.0.0 #
- Change the singleton to instance
- Rename listener to addListener
- iOS: Improve the performance of volume change listener
3.0.1 #
- iOS: Fix music stops when opening the app.
3.0.2 #
- Remove method
maxVolume
andmuteVolume
3.1.0 #
- Support MacOS
3.2.0 #
- Add
isMuted
andsetMute
functions
3.3.0 #
- Support Windows
3.3.1 #
- Update README.md