From 3699cb02a99217f3a90ba9c95844340028530120 Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Sat, 22 Aug 2020 15:32:15 +0800 Subject: [PATCH] add video_player dependency in example app --- example/pubspec.lock | 30 ++++++++++++++++++++++++++++-- example/pubspec.yaml | 1 + 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 5e5d008..b0da9ca 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -74,6 +74,11 @@ packages: description: flutter source: sdk version: "0.0.0" + flutter_web_plugins: + dependency: transitive + description: flutter + source: sdk + version: "0.0.0" image: dependency: transitive description: @@ -129,7 +134,7 @@ packages: path: ".." relative: true source: path - version: "0.2.3" + version: "0.2.4" plugin_platform_interface: dependency: transitive description: @@ -212,6 +217,27 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.8" + video_player: + dependency: "direct main" + description: + name: video_player + url: "https://pub.dartlang.org" + source: hosted + version: "0.10.12" + video_player_platform_interface: + dependency: transitive + description: + name: video_player_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.0" + video_player_web: + dependency: transitive + description: + name: video_player_web + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3+2" xml: dependency: transitive description: @@ -221,4 +247,4 @@ packages: version: "3.6.1" sdks: dart: ">=2.7.0 <3.0.0" - flutter: ">=1.12.8 <2.0.0" + flutter: ">=1.12.13+hotfix.5 <2.0.0" diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 41fb720..3e161b9 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -25,6 +25,7 @@ dependencies: cupertino_icons: ^0.1.3 transparent_image: ^1.0.0 permission_handler: ^5.0.1+1 + video_player: ^0.10.12 dev_dependencies: flutter_test: