mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 15:11:58 +00:00
fix(mobile): video player not playing in full size on Android (#13986)
This commit is contained in:
parent
decbc741e2
commit
b238b69689
2 changed files with 4 additions and 3 deletions
|
@ -1717,13 +1717,13 @@ packages:
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.9.2"
|
version: "2.9.2"
|
||||||
video_player_android:
|
video_player_android:
|
||||||
dependency: transitive
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: video_player_android
|
name: video_player_android
|
||||||
sha256: "391e092ba4abe2f93b3e625bd6b6a6ec7d7414279462c1c0ee42b5ab8d0a0898"
|
sha256: "4de50df9ee786f5891d3281e1e633d7b142ef1acf47392592eb91cba5d355849"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.7.16"
|
version: "2.6.0"
|
||||||
video_player_avfoundation:
|
video_player_avfoundation:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -26,6 +26,7 @@ dependencies:
|
||||||
auto_route: ^9.2.0
|
auto_route: ^9.2.0
|
||||||
fluttertoast: ^8.2.4
|
fluttertoast: ^8.2.4
|
||||||
video_player: ^2.9.2
|
video_player: ^2.9.2
|
||||||
|
video_player_android: 2.6.0
|
||||||
chewie: ^1.7.4
|
chewie: ^1.7.4
|
||||||
socket_io_client: ^2.0.3+1
|
socket_io_client: ^2.0.3+1
|
||||||
maplibre_gl: 0.19.0+2
|
maplibre_gl: 0.19.0+2
|
||||||
|
|
Loading…
Reference in a new issue