Skip to content

Commit

Permalink
Version 0.9.6 -- Update to support latest video player
Browse files Browse the repository at this point in the history
  • Loading branch information
brianegan committed Feb 22, 2019
1 parent 46fe826 commit 6f4faf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: An example of how to use the chewie for Flutter
dependencies:
chewie:
path: ../
video_player: ^0.10.0+2
flutter:
sdk: flutter

Expand Down Expand Up @@ -56,5 +57,5 @@ flutter:
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# For details regarding fonts from package dependencies,
# see https://flutter.io/custom-fonts/#from-packages
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:

dependencies:
open_iconic_flutter: ">=0.3.0 <0.4.0"
video_player: ">=0.7.0 <0.10.0"
video_player: ">=0.7.0 <0.11.0"
screen: ">=0.0.4 <0.1.0"
flutter:
sdk: flutter
Expand Down

0 comments on commit 6f4faf4

Please sign in to comment.