Skip to content

Commit 01afc86

Browse files
committed
Version 0.8.0
1 parent df751ab commit 01afc86

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.8.0
4+
5+
* Update to work with `video_player: ">=0.7.0 <0.8.0` - Thanks @Sub6Resources
6+
* Preserves AspectRatio on FullScreen - Thanks @patrickb
7+
* Ability to start video in FullScreen - Thanks @miguelpruivo
8+
39
## 0.7.0
410

511
* Requires Dart 2

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:3.0.1'
8+
classpath 'com.android.tools.build:gradle:3.1.2'
99
}
1010
}
1111

example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

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: 0.7.0
3+
version: 0.8.0
44
homepage: https://github.com/brianegan/chewie
55
author: Brian Egan <[email protected]>
66

@@ -56,5 +56,5 @@ flutter:
5656
# - asset: fonts/TrajanPro_Bold.ttf
5757
# weight: 700
5858
#
59-
# For details regarding fonts from package dependencies,
59+
# For details regarding fonts from package dependencies,
6060
# see https://flutter.io/custom-fonts/#from-packages

0 commit comments

Comments
 (0)