Merge pull request #92 from ente-io/video_playback_ios
Switch to a local copy of video_player
This commit is contained in:
commit
8ea731c0d1
4 changed files with 19 additions and 15 deletions
26
pubspec.lock
26
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:
|
||||
|
|
|
@ -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
|
||||
|
|
1
thirdparty/chewie
vendored
Submodule
1
thirdparty/chewie
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit f56c85bdcbaa0405f3e62a4408a7a5acbd31deb1
|
1
thirdparty/plugins
vendored
Submodule
1
thirdparty/plugins
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a3216f71ee2376c671119c661d86500ae2849463
|
Loading…
Add table
Reference in a new issue