diff --git a/pubspec.lock b/pubspec.lock index 6845f0e81..19d705349 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -67,9 +67,9 @@ packages: chewie: dependency: "direct main" description: - name: chewie - url: "https://pub.dartlang.org" - source: hosted + path: "thirdparty/chewie" + relative: true + source: path version: "1.2.2" clock: dependency: transitive @@ -1122,24 +1122,24 @@ packages: video_player: dependency: "direct main" description: - name: video_player - url: "https://pub.dartlang.org" - source: hosted + path: "thirdparty/plugins/packages/video_player/video_player" + relative: true + source: path version: "2.2.5" video_player_platform_interface: dependency: transitive description: - name: video_player_platform_interface - url: "https://pub.dartlang.org" - source: hosted + path: "thirdparty/plugins/packages/video_player/video_player_platform_interface" + relative: true + source: path version: "4.2.0" video_player_web: dependency: transitive description: - name: video_player_web - url: "https://pub.dartlang.org" - source: hosted - version: "2.0.0" + path: "thirdparty/plugins/packages/video_player/video_player_web" + relative: true + source: path + version: "2.0.4" video_thumbnail: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 7e1459841..f0f82ed58 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,7 +21,8 @@ dependencies: archive: ^3.1.2 background_fetch: ^1.0.1 cached_network_image: ^3.0.0 - chewie: ^1.2.2 + chewie: + path: thirdparty/chewie computer: ^2.0.0 confetti: ^0.6.0 connectivity: ^3.0.3 @@ -96,7 +97,8 @@ dependencies: uni_links: ^0.5.1 url_launcher: ^6.0.3 uuid: ^3.0.4 - video_player: ^2.2.5 + video_player: + path: thirdparty/plugins/packages/video_player/video_player video_thumbnail: ^0.4.3 visibility_detector: ^0.2.0 wallpaper_manager_flutter: ^0.0.2 diff --git a/thirdparty/chewie b/thirdparty/chewie new file mode 160000 index 000000000..f56c85bdc --- /dev/null +++ b/thirdparty/chewie @@ -0,0 +1 @@ +Subproject commit f56c85bdcbaa0405f3e62a4408a7a5acbd31deb1 diff --git a/thirdparty/plugins b/thirdparty/plugins new file mode 160000 index 000000000..a3216f71e --- /dev/null +++ b/thirdparty/plugins @@ -0,0 +1 @@ +Subproject commit a3216f71ee2376c671119c661d86500ae2849463