Skip to content

Commit

Permalink
Version 1.5.0. Addresses PR #712.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegotori committed May 12, 2023
1 parent a4815a2 commit f5f3635
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.5.0
* 🛠️ [#712](https://github.com/fluttercommunity/chewie/pull/712): Progress Bars can now be disabled by setting `ChewieController.draggableProgressBar` to `false`. Thanks [shiyiya](https://github.com/shiyiya).
* ⬆️ Increased Dart SDK constraint to cover Dart `3.0.0` and higher.

## 1.4.1
* 🛠️ [#719](https://github.com/fluttercommunity/chewie/pull/719): Fix overlay not visible. Thanks [jaripekkala](https://github.com/jaripekkala).

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: chewie
description: A video player for Flutter with Cupertino and Material play controls
version: 1.4.1
version: 1.5.0
homepage: https://github.com/fluttercommunity/chewie

environment:
sdk: '>=2.13.0 <3.0.0'
sdk: '>=2.13.0 <4.0.0'
flutter: '>=1.22.0'

dependencies:
Expand Down

0 comments on commit f5f3635

Please sign in to comment.