Skip to content

Commit

Permalink
chewie, version 1.9.1. Fixes issue #888.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegotori committed Jan 15, 2025
1 parent 411f29b commit 43cc200
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.9.1]
* [#872](https://github.com/fluttercommunity/chewie/pull/872): feat: Add showSubtitles flag to control subtitles (#648). Thanks [floodoo](https://github.com/floodoo).
* [#890](https://github.com/fluttercommunity/chewie/pull/890): Fix issue 888. Thanks [diegotori](https://github.com/diegotori).
* **IMPORTANT**: Relaxed the minimum supported Flutter version to `3.24`.
From now on, this library will make a best effort to support the latest `N-1` Flutter version at the minimum.

## [1.9.0]
* **BREAKING CHANGE**: Library now requires at least Flutter version `3.27.0`.

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.9.0
version: 1.9.1
homepage: https://github.com/fluttercommunity/chewie

environment:
Expand Down

0 comments on commit 43cc200

Please sign in to comment.