Skip to content

Commit 43cc200

Browse files
committed
chewie, version 1.9.1. Fixes issue #888.
1 parent 411f29b commit 43cc200

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.9.1]
2+
* [#872](https://github.com/fluttercommunity/chewie/pull/872): feat: Add showSubtitles flag to control subtitles (#648). Thanks [floodoo](https://github.com/floodoo).
3+
* [#890](https://github.com/fluttercommunity/chewie/pull/890): Fix issue 888. Thanks [diegotori](https://github.com/diegotori).
4+
* **IMPORTANT**: Relaxed the minimum supported Flutter version to `3.24`.
5+
From now on, this library will make a best effort to support the latest `N-1` Flutter version at the minimum.
6+
17
## [1.9.0]
28
* **BREAKING CHANGE**: Library now requires at least Flutter version `3.27.0`.
39

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: chewie
22
description: A video player for Flutter with Cupertino and Material play controls
3-
version: 1.9.0
3+
version: 1.9.1
44
homepage: https://github.com/fluttercommunity/chewie
55

66
environment:

0 commit comments

Comments
 (0)