(android) Cache support for video

This commit is contained in:
Ming Ming 2021-05-07 15:59:43 +08:00
parent 3c12ac9262
commit a5aa9e4b5b
2 changed files with 10 additions and 4 deletions

View file

@ -782,9 +782,11 @@ packages:
video_player:
dependency: "direct main"
description:
name: video_player
url: "https://pub.dartlang.org"
source: hosted
path: "packages/video_player/video_player"
ref: video-player-network-cache
resolved-ref: "61a307b29f12536e7b61ecae6b9a79a84bc82f31"
url: "https://gitlab.com/nkming2/flutter-plugins"
source: git
version: "2.1.1"
video_player_platform_interface:
dependency: transitive

View file

@ -62,7 +62,11 @@ dependencies:
synchronized: ^3.0.0
tuple: ^2.0.0
url_launcher: ^6.0.3
video_player: ^2.1.1
video_player:
git:
url: https://gitlab.com/nkming2/flutter-plugins
ref: video-player-network-cache
path: packages/video_player/video_player
xml: ^5.0.2
dev_dependencies: