We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f636de commit 398c1adCopy full SHA for 398c1ad
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## [1.9.0]
2
+* **BREAKING CHANGE**: Library now requires at least Flutter version `3.27.0`.
3
+
4
## [1.8.7]
5
* ⬆️ [#876](https://github.com/fluttercommunity/chewie/pull/876): Add keyboard controls seek forward and backward and fullscreen escape on desktop. Thanks [Ortes](https://github.com/Ortes).
6
pubspec.yaml
@@ -1,11 +1,11 @@
name: chewie
description: A video player for Flutter with Cupertino and Material play controls
-version: 1.8.7
+version: 1.9.0
homepage: https://github.com/fluttercommunity/chewie
environment:
7
sdk: '>=3.3.0 <4.0.0'
8
- flutter: ">=3.19.0"
+ flutter: ">=3.27.0"
9
10
dependencies:
11
cupertino_icons: ^1.0.5
0 commit comments