Skip to content

Commit c7665a3

Browse files
committed
chewie, version 1.8.5. Addresses Issue #615.
1 parent 432f943 commit c7665a3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.8.5]
2+
* ⬆️ [#703](https://github.com/fluttercommunity/chewie/pull/703): Adding Seek buttons for Android. Thanks [GyanendroKh](https://github.com/GyanendroKh).
3+
* Upgraded `wakelock_plus` to version `1.2.8`, which uses `web` version `1.0.0`. Thanks [diegotori](https://github.com/diegotori).
4+
15
## [1.8.4]
26
* 🛠️ [#838](https://github.com/fluttercommunity/chewie/pull/838): Add bufferingBuilder. Thanks [daniellampl](https://github.com/daniellampl).
37

pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.8.4
3+
version: 1.8.5
44
homepage: https://github.com/fluttercommunity/chewie
55

66
environment:
@@ -13,7 +13,7 @@ dependencies:
1313
sdk: flutter
1414
provider: ^6.1.2
1515
video_player: ^2.9.1
16-
wakelock_plus: ^1.2.5
16+
wakelock_plus: ^1.2.8
1717

1818
dev_dependencies:
1919
flutter_test:

0 commit comments

Comments
 (0)