Skip to content

Commit

Permalink
Version 1.3.5. Addresses PRs #658 and #669.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegotori committed Sep 9, 2022
1 parent b102a47 commit b847af3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.3.5

* ⬆️ [#669](https://github.com/fluttercommunity/chewie/pull/669): Fix for CenterPlayButton UI bug when using Material 3. Thanks [luis901101](https://github.com/luis901101).
* ⬆️ [#658](https://github.com/fluttercommunity/chewie/pull/658): Add transformationController to Interactive Viewer. Thanks [Geevies](https://github.com/Geevies).
* ⬆️ update `video_player` to 2.4.7
* ⬆️ update `wakelock` to 0.6.2
* 🛠️ Fixed new linting issues
* 💡 Library is now using `flutter_lints` for all of its linting needs.

## 1.3.4
* ⬆️ [#646](https://github.com/fluttercommunity/chewie/pull/646): Fix to videos recorded with an orientation of 180° ( landscapeRight) being reversed on Android. Thanks [williamviktorsson](https://github.com/williamviktorsson).
* ⬆️ [#623](https://github.com/fluttercommunity/chewie/pull/623): [Android] Add a delay before displaying progress indicator. Thanks [henri2h](https://github.com/henri2h).
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: chewie
description: A video player for Flutter with Cupertino and Material play controls
version: 1.3.4
version: 1.3.5
homepage: https://github.com/fluttercommunity/chewie

environment:
Expand Down

0 comments on commit b847af3

Please sign in to comment.