diff --git a/pubspec.lock b/pubspec.lock index fc313664..592b5132 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index b9217b62..2f8df9b9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: