Skip to content

Commit

Permalink
bump version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
boyan01 committed Aug 13, 2022
1 parent 303be82 commit 3de5cef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.3

* fix set playWhenReady to false in initialized state may cause wrong player state.
* support set/get volume.

## 0.3.2

* fix video stream is attached pic make player state can not transfer to ready state.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ A simple audio player plugin for flutter.
#### Build for Flutter

* `flutter pub get`.
* if build for macos/ios
* if build for macOS/iOS
1. go to `example/macos` or `example/ios` run `pod install` to install `ffmpeg-kit`
2. go to `lychee_cpp`, run `./apple-flutter-install.sh macos` or `./apple-flutter-install.sh ios`
2. go to `ffplayer`, run `./apple-flutter-install.sh macos` or `./apple-flutter-install.sh ios`

* `flutter run -d your_device`

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: lychee_player
description: A simple audio player plugin for flutter.
version: 0.3.2
version: 0.3.3
repository: https://github.com/boyan01/lychee_player

environment:
Expand Down

0 comments on commit 3de5cef

Please sign in to comment.