From 3d96e4bd94eeed810a20b8e9694e9cef63ebb55b Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Fri, 29 Nov 2024 19:45:34 +0530 Subject: [PATCH] fix: revert source of chewie and video_player --- mobile/pubspec.lock | 11 ++++++----- mobile/pubspec.yaml | 7 +++++++ 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/mobile/pubspec.lock b/mobile/pubspec.lock index 4775e317a6..c1f9d56215 100644 --- a/mobile/pubspec.lock +++ b/mobile/pubspec.lock @@ -258,11 +258,12 @@ packages: chewie: dependency: "direct main" description: - name: chewie - sha256: "8bc4ac4cf3f316e50a25958c0f5eb9bb12cf7e8308bb1d74a43b230da2cfc144" - url: "https://pub.dev" - source: hosted - version: "1.7.5" + path: "." + ref: forked_video_player_plus + resolved-ref: "2d8908efe9d7533ec76abe2e59444547c4031f28" + url: "https://github.com/ente-io/chewie.git" + source: git + version: "1.7.1" cli_util: dependency: transitive description: diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index d704f1ea8b..9507a8ee8f 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -29,6 +29,9 @@ dependencies: bip39: ^1.0.6 cached_network_image: ^3.0.0 chewie: + git: + url: https://github.com/ente-io/chewie.git + ref: forked_video_player_plus collection: # dart computer: git: "https://github.com/ente-io/computer.git" @@ -184,6 +187,10 @@ dependencies: git: url: https://github.com/prateekmedia/video_editor.git video_player: + git: + url: https://github.com/ente-io/packages.git + ref: android_video_roation_fix + path: packages/video_player/video_player/ video_player_media_kit: ^1.0.5 video_thumbnail: ^0.5.3 visibility_detector: ^0.3.3