Skip to content

Commit 0c49d8d

Browse files
deps: Add video_player
1 parent 7a914aa commit 0c49d8d

File tree

5 files changed

+57
-0
lines changed

5 files changed

+57
-0
lines changed

ios/Podfile.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ PODS:
131131
- SwiftyGif (5.4.4)
132132
- url_launcher_ios (0.0.1):
133133
- Flutter
134+
- video_player_avfoundation (0.0.1):
135+
- Flutter
136+
- FlutterMacOS
134137

135138
DEPENDENCIES:
136139
- app_settings (from `.symlinks/plugins/app_settings/ios`)
@@ -147,6 +150,7 @@ DEPENDENCIES:
147150
- share_plus (from `.symlinks/plugins/share_plus/ios`)
148151
- sqlite3_flutter_libs (from `.symlinks/plugins/sqlite3_flutter_libs/ios`)
149152
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
153+
- video_player_avfoundation (from `.symlinks/plugins/video_player_avfoundation/darwin`)
150154

151155
SPEC REPOS:
152156
trunk:
@@ -194,6 +198,8 @@ EXTERNAL SOURCES:
194198
:path: ".symlinks/plugins/sqlite3_flutter_libs/ios"
195199
url_launcher_ios:
196200
:path: ".symlinks/plugins/url_launcher_ios/ios"
201+
video_player_avfoundation:
202+
:path: ".symlinks/plugins/video_player_avfoundation/darwin"
197203

198204
SPEC CHECKSUMS:
199205
app_settings: 017320c6a680cdc94c799949d95b84cb69389ebc
@@ -224,6 +230,7 @@ SPEC CHECKSUMS:
224230
sqlite3_flutter_libs: af0e8fe9bce48abddd1ffdbbf839db0302d72d80
225231
SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f
226232
url_launcher_ios: bbd758c6e7f9fd7b5b1d4cde34d2b95fcce5e812
233+
video_player_avfoundation: 02011213dab73ae3687df27ce441fbbcc82b5579
227234

228235
PODFILE CHECKSUM: 6998435987a000fdec9b2e1b5b1eef6d54bdba77
229236

macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import path_provider_foundation
1515
import share_plus
1616
import sqlite3_flutter_libs
1717
import url_launcher_macos
18+
import video_player_avfoundation
1819

1920
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2021
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
@@ -27,4 +28,5 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2728
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
2829
Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
2930
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
31+
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
3032
}

macos/Podfile.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ PODS:
9090
- sqlite3/rtree
9191
- url_launcher_macos (0.0.1):
9292
- FlutterMacOS
93+
- video_player_avfoundation (0.0.1):
94+
- Flutter
95+
- FlutterMacOS
9396

9497
DEPENDENCIES:
9598
- device_info_plus (from `Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos`)
@@ -103,6 +106,7 @@ DEPENDENCIES:
103106
- share_plus (from `Flutter/ephemeral/.symlinks/plugins/share_plus/macos`)
104107
- sqlite3_flutter_libs (from `Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/macos`)
105108
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)
109+
- video_player_avfoundation (from `Flutter/ephemeral/.symlinks/plugins/video_player_avfoundation/darwin`)
106110

107111
SPEC REPOS:
108112
trunk:
@@ -140,6 +144,8 @@ EXTERNAL SOURCES:
140144
:path: Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/macos
141145
url_launcher_macos:
142146
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos
147+
video_player_avfoundation:
148+
:path: Flutter/ephemeral/.symlinks/plugins/video_player_avfoundation/darwin
143149

144150
SPEC CHECKSUMS:
145151
device_info_plus: 5401765fde0b8d062a2f8eb65510fb17e77cf07f
@@ -163,6 +169,7 @@ SPEC CHECKSUMS:
163169
sqlite3: 73b7fc691fdc43277614250e04d183740cb15078
164170
sqlite3_flutter_libs: 06a05802529659a272beac4ee1350bfec294f386
165171
url_launcher_macos: d2691c7dd33ed713bf3544850a623080ec693d95
172+
video_player_avfoundation: 02011213dab73ae3687df27ce441fbbcc82b5579
166173

167174
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
168175

pubspec.lock

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,6 +1201,46 @@ packages:
12011201
url: "https://pub.dev"
12021202
source: hosted
12031203
version: "2.1.4"
1204+
video_player:
1205+
dependency: "direct main"
1206+
description:
1207+
name: video_player
1208+
sha256: afc65f4b8bcb2c188f64a591f84fb471f4f2e19fc607c65fd8d2f8fedb3dec23
1209+
url: "https://pub.dev"
1210+
source: hosted
1211+
version: "2.8.3"
1212+
video_player_android:
1213+
dependency: transitive
1214+
description:
1215+
name: video_player_android
1216+
sha256: "4dd9b8b86d70d65eecf3dcabfcdfbb9c9115d244d022654aba49a00336d540c2"
1217+
url: "https://pub.dev"
1218+
source: hosted
1219+
version: "2.4.12"
1220+
video_player_avfoundation:
1221+
dependency: transitive
1222+
description:
1223+
name: video_player_avfoundation
1224+
sha256: "309e3962795e761be010869bae65c0b0e45b5230c5cee1bec72197ca7db040ed"
1225+
url: "https://pub.dev"
1226+
source: hosted
1227+
version: "2.5.6"
1228+
video_player_platform_interface:
1229+
dependency: transitive
1230+
description:
1231+
name: video_player_platform_interface
1232+
sha256: "236454725fafcacf98f0f39af0d7c7ab2ce84762e3b63f2cbb3ef9a7e0550bc6"
1233+
url: "https://pub.dev"
1234+
source: hosted
1235+
version: "6.2.2"
1236+
video_player_web:
1237+
dependency: transitive
1238+
description:
1239+
name: video_player_web
1240+
sha256: "8e9cb7fe94e49490e67bbc15149691792b58a0ade31b32e3f3688d104a0e057b"
1241+
url: "https://pub.dev"
1242+
source: hosted
1243+
version: "2.2.0"
12041244
vm_service:
12051245
dependency: transitive
12061246
description:

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ dependencies:
6565
sqlite3_flutter_libs: ^0.5.13
6666
url_launcher: ^6.1.11
6767
url_launcher_android: ">=6.1.0"
68+
video_player: ^2.8.3
6869
zulip_plugin:
6970
path: ./packages/zulip_plugin
7071
# Keep list sorted when adding dependencies; it helps prevent merge conflicts.

0 commit comments

Comments
 (0)