Skip to content

Commit

Permalink
Merge commit 'ee4d39aad808b1ada833ea95d89bdf09e87abb1d' into custom-lg
Browse files Browse the repository at this point in the history
* commit 'ee4d39aad808b1ada833ea95d89bdf09e87abb1d':
  Version 1.6.0+1. Added Flutter Community branding to README.
  Added one more change to CHANGELOG regarding minimum supported Flutter version.
  • Loading branch information
lg8294 committed Nov 3, 2023
2 parents bf3dcba + ee4d39a commit 9141d95
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 1.6.0+1
* Added Flutter Community Banner to `README.md`. Thanks [diegotori](https://github.com/diegotori).

## 1.6.0
* [#747](https://github.com/fluttercommunity/chewie/pull/747): Migrated from `wakelock` to `wakelock_plus`. Thanks [diegotori](https://github.com/diegotori).
* Also upgrades `video_player` from `2.4.7` to `2.7.0`.
* **IMPORTANT**: Library now requires `Flutter`, version `2.11.0` or higher.

## 1.5.0
* 🛠️ [#712](https://github.com/fluttercommunity/chewie/pull/712): Progress Bars can now be disabled by setting `ChewieController.draggableProgressBar` to `false`. Thanks [shiyiya](https://github.com/shiyiya).
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# chewie

[![Flutter Community: chewie](https://fluttercommunity.dev/_github/header/chewie)](https://github.com/fluttercommunity/community)

[![Version](https://img.shields.io/pub/v/chewie.svg)](https://pub.dev/packages/chewie)
![CI](https://github.com/brianegan/chewie/workflows/CI/badge.svg)
[![Generic badge](https://img.shields.io/badge/platform-android%20|%20ios%20|%20web%20-blue.svg)](https://pub.dev/packages/chewie)
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0
version: 1.6.0+1
homepage: https://github.com/fluttercommunity/chewie

environment:
Expand Down

0 comments on commit 9141d95

Please sign in to comment.