mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-08 18:28:53 +01:00
(android) Cache support for video
This commit is contained in:
parent
3c12ac9262
commit
a5aa9e4b5b
2 changed files with 10 additions and 4 deletions
|
@ -782,9 +782,11 @@ packages:
|
||||||
video_player:
|
video_player:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: video_player
|
path: "packages/video_player/video_player"
|
||||||
url: "https://pub.dartlang.org"
|
ref: video-player-network-cache
|
||||||
source: hosted
|
resolved-ref: "61a307b29f12536e7b61ecae6b9a79a84bc82f31"
|
||||||
|
url: "https://gitlab.com/nkming2/flutter-plugins"
|
||||||
|
source: git
|
||||||
version: "2.1.1"
|
version: "2.1.1"
|
||||||
video_player_platform_interface:
|
video_player_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
|
|
|
@ -62,7 +62,11 @@ dependencies:
|
||||||
synchronized: ^3.0.0
|
synchronized: ^3.0.0
|
||||||
tuple: ^2.0.0
|
tuple: ^2.0.0
|
||||||
url_launcher: ^6.0.3
|
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
|
xml: ^5.0.2
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|
Loading…
Reference in a new issue