Skip to content

Commit 6b9e2c2

Browse files
authored
[mob][photos] use official chewie (#7860)
## Description - Fixed lint, as `flutter pub get` was failing. - Update chewie to pub.dev version as we are no longer dependent on the video player rotation fix branch. ## Tests - [x] Ran flutter analyze
2 parents 66d8fbd + b75bde5 commit 6b9e2c2

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

mobile/apps/photos/pubspec.lock

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -294,12 +294,11 @@ packages:
294294
chewie:
295295
dependency: "direct main"
296296
description:
297-
path: "."
298-
ref: mybranched
299-
resolved-ref: "539079ac2758086ef4dfb602a5f8785bf5295fb3"
300-
url: "https://github.com/ente-io/chewie.git"
301-
source: git
302-
version: "1.10.0"
297+
name: chewie
298+
sha256: "44bcfc5f0dfd1de290c87c9d86a61308b3282a70b63435d5557cfd60f54a69ca"
299+
url: "https://pub.dev"
300+
source: hosted
301+
version: "1.13.0"
303302
cli_config:
304303
dependency: transitive
305304
description:
@@ -2175,10 +2174,10 @@ packages:
21752174
dependency: transitive
21762175
description:
21772176
name: provider
2178-
sha256: "4abbd070a04e9ddc287673bf5a030c7ca8b685ff70218720abab8b092f53dd84"
2177+
sha256: "4e82183fa20e5ca25703ead7e05de9e4cceed1fbd1eadc1ac3cb6f565a09f272"
21792178
url: "https://pub.dev"
21802179
source: hosted
2181-
version: "6.1.5"
2180+
version: "6.1.5+1"
21822181
pub_semver:
21832182
dependency: transitive
21842183
description:
@@ -2898,7 +2897,7 @@ packages:
28982897
source: git
28992898
version: "3.0.0"
29002899
video_player:
2901-
dependency: "direct overridden"
2900+
dependency: "direct main"
29022901
description:
29032902
name: video_player
29042903
sha256: "0d55b1f1a31e5ad4c4967bfaa8ade0240b07d20ee4af1dfef5f531056512961a"

mobile/apps/photos/pubspec.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ dependencies:
3232
ref: 95c7a9f
3333
bip39: ^1.0.6
3434
cached_network_image: ^3.0.0
35-
chewie:
36-
git:
37-
url: https://github.com/ente-io/chewie.git
38-
ref: mybranched
35+
chewie: 1.13.0
3936
collection: #dart
4037
computer: # logged task name in verbose in fork
4138
git: "https://github.com/ente-io/computer.git"

0 commit comments

Comments
 (0)