Skip to content

Commit

Permalink
Merge pull request #37 from yosemiteyss/feat/update-1.2.4
Browse files Browse the repository at this point in the history
update version to 1.2.4
  • Loading branch information
yosemiteyss authored Feb 13, 2023
2 parents cae9a43 + 07f8883 commit 2fdce74
Showing 7 changed files with 15 additions and 44 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -29,3 +29,5 @@ migrate_working_dir/
.dart_tool/
.packages
build/

.fvm
18 changes: 8 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
## 1.2.4
* 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
* 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
@@ -20,29 +25,22 @@
* 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.
4 changes: 1 addition & 3 deletions example/.gitignore
Original file line number Diff line number Diff line change
@@ -47,6 +47,4 @@ app.*.map.json
/android/app/release

# CMake
**/cmake-build-debug

.fvm
**/cmake-build-debug
4 changes: 2 additions & 2 deletions example/macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -15,8 +15,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
flutter_volume_controller: 25d09126b0d695560f11c80b1311d5063fed882f
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424

PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7

COCOAPODS: 1.11.2
COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
@@ -118,7 +118,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.3"
version: "1.2.4"
fuchsia_remote_debug_protocol:
dependency: transitive
description: flutter
27 changes: 0 additions & 27 deletions example/test/widget_test.dart

This file was deleted.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_volume_controller
description: A Flutter plugin to control system volume and listen for volume changes on different platforms.
version: 1.2.3
version: 1.2.4
homepage: https://github.com/yosemiteyss/flutter_volume_controller

environment:

0 comments on commit 2fdce74

Please sign in to comment.