File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
Original file line number Diff line number Diff line change 11name : chewie
22description : A video player for Flutter with Cupertino and Material play controls
3- version : 0.7 .0
3+ version : 0.8 .0
44homepage : https://github.com/brianegan/chewie
55author :
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
You can’t perform that action at this time.
0 commit comments