mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +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:
|
||||
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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue