Skip to content

Releases: yosemiteyss/flutter_volume_controller

1.3.3

12 Nov 02:03
Compare
Choose a tag to compare
  • iOS: updated audio session category handling.
  • Android: added support for STREAM_NOTIFICATION.
  • Updated example.

1.3.2

19 Apr 02:31
6dd623d
Compare
Choose a tag to compare
  • iOS: fix AudioSessionCategory reset to ambient.

1.3.1

01 Nov 07:10
6f837b5
Compare
Choose a tag to compare
  • Update minimum dart sdk version to 2.19.0.
  • Android: update flutter_plugin_android_lifecycle to 2.0.17.
  • Android: fix gradle namespace issue with AGP 8.

1.3.0

17 Oct 06:22
2e341b7
Compare
Choose a tag to compare
  • iOS: fix volume slider not shown when pressing physical buttons after showSystemUI is reset.
  • Deprecated: showSystemUI setter is deprecated and migrated to updateShowSystemUI.

1.2.7

04 Jul 03:18
4b0e99d
Compare
Choose a tag to compare
  • Fixed audio session not activated with ambient state on iOS.

1.2.6

30 May 15:30
fd6ecfa
Compare
Choose a tag to compare
  • Added volume slider example.
  • Updated documentation.

1.2.5

30 Mar 03:16
2470874
Compare
Choose a tag to compare
  • Added getAndroidAudioStream method.
  • Added getIOSAudioSessionCategory method.
  • Updated flutter_plugin_android_lifecycle plugin to 2.0.9.

1.2.4

13 Feb 04:03
2fdce74
Compare
Choose a tag to compare
  • Added setIOSAudioSessionCategory method.
  • Added category option to addListener 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

10 Jan 07:25
42d306f
Compare
Choose a tag to compare
  • Fixed allow music playback when start listening or reading the volume. (by DerJojo11)
    #32

1.2.2

12 Dec 09:54
13f50d0
Compare
Choose a tag to compare
  • Fixed incorrect volume level due to floating point conversion.