add video_player dependency in example app

This commit is contained in:
Wenqi Li 2020-08-22 15:32:15 +08:00
parent d406567d0e
commit 3699cb02a9
2 changed files with 29 additions and 2 deletions

View File

@ -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"

View File

@ -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: