Skip to content

Commit

Permalink
chewie, version 1.8.5. Addresses Issue fluttercommunity#615.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegotori committed Sep 10, 2024
1 parent 432f943 commit c7665a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.8.5]
* ⬆️ [#703](https://github.com/fluttercommunity/chewie/pull/703): Adding Seek buttons for Android. Thanks [GyanendroKh](https://github.com/GyanendroKh).
* Upgraded `wakelock_plus` to version `1.2.8`, which uses `web` version `1.0.0`. Thanks [diegotori](https://github.com/diegotori).

## [1.8.4]
* 🛠️ [#838](https://github.com/fluttercommunity/chewie/pull/838): Add bufferingBuilder. Thanks [daniellampl](https://github.com/daniellampl).

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: chewie
description: A video player for Flutter with Cupertino and Material play controls
version: 1.8.4
version: 1.8.5
homepage: https://github.com/fluttercommunity/chewie

environment:
Expand All @@ -13,7 +13,7 @@ dependencies:
sdk: flutter
provider: ^6.1.2
video_player: ^2.9.1
wakelock_plus: ^1.2.5
wakelock_plus: ^1.2.8

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit c7665a3

Please sign in to comment.