Skip to content

Commit 398c1ad

Browse files
committed
chewie, version 1.9.0. Upgraded minimum Flutter version to 3.27.
1 parent 7f636de commit 398c1ad

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [1.9.0]
2+
* **BREAKING CHANGE**: Library now requires at least Flutter version `3.27.0`.
3+
14
## [1.8.7]
25
* ⬆️ [#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).
36

pubspec.yaml

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

66
environment:
77
sdk: '>=3.3.0 <4.0.0'
8-
flutter: ">=3.19.0"
8+
flutter: ">=3.27.0"
99

1010
dependencies:
1111
cupertino_icons: ^1.0.5

0 commit comments

Comments
 (0)