Skip to content

Commit 6806424

Browse files
committedJan 27, 2025
chewie, version 1.10.0. Addresses Issue #618.
1 parent 3b6271a commit 6806424

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.10.0]
2+
* [#871](https://github.com/fluttercommunity/chewie/pull/871): Fixed pop the wrong page when changing the speed. Thanks [akmalova](https://github.com/akmalova).
3+
* **BREAKING CHANGES**:
4+
* `OptionItem.onTap` now takes in a `BuildContext`.
5+
* `OptionItem`'s properties are now marked as `final`. Use `copyWith` to mutate its properties into
6+
a new instance.
7+
18
## [1.9.2]
29
* Fixed broken Table of Contents links in `README.md`, take two.
310

‎pubspec.yaml

+1-1
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.2
3+
version: 1.10.0
44
homepage: https://github.com/fluttercommunity/chewie
55

66
environment:

0 commit comments

Comments
 (0)