File tree Expand file tree Collapse file tree 5 files changed +57
-0
lines changed Expand file tree Collapse file tree 5 files changed +57
-0
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,9 @@ PODS:
139
139
- SwiftyGif (5.4.5)
140
140
- url_launcher_ios (0.0.1):
141
141
- Flutter
142
+ - video_player_avfoundation (0.0.1):
143
+ - Flutter
144
+ - FlutterMacOS
142
145
143
146
DEPENDENCIES:
144
147
- app_settings (from `.symlinks/plugins/app_settings/ios`)
@@ -155,6 +158,7 @@ DEPENDENCIES:
155
158
- share_plus (from `.symlinks/plugins/share_plus/ios`)
156
159
- sqlite3_flutter_libs (from `.symlinks/plugins/sqlite3_flutter_libs/ios`)
157
160
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
161
+ - video_player_avfoundation (from `.symlinks/plugins/video_player_avfoundation/darwin`)
158
162
159
163
SPEC REPOS:
160
164
trunk:
@@ -202,6 +206,8 @@ EXTERNAL SOURCES:
202
206
:path: ".symlinks/plugins/sqlite3_flutter_libs/ios"
203
207
url_launcher_ios:
204
208
:path: ".symlinks/plugins/url_launcher_ios/ios"
209
+ video_player_avfoundation:
210
+ :path: ".symlinks/plugins/video_player_avfoundation/darwin"
205
211
206
212
SPEC CHECKSUMS:
207
213
app_settings: 017320c6a680cdc94c799949d95b84cb69389ebc
@@ -232,6 +238,7 @@ SPEC CHECKSUMS:
232
238
sqlite3_flutter_libs: 9bfe005308998aeca155330bbc2ea6dddf834a3b
233
239
SwiftyGif: 706c60cf65fa2bc5ee0313beece843c8eb8194d4
234
240
url_launcher_ios: 6116280ddcfe98ab8820085d8d76ae7449447586
241
+ video_player_avfoundation: 02011213dab73ae3687df27ce441fbbcc82b5579
235
242
236
243
PODFILE CHECKSUM: 7ed5116924b3be7e8fb75f7aada61e057028f5c7
237
244
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import path_provider_foundation
15
15
import share_plus
16
16
import sqlite3_flutter_libs
17
17
import url_launcher_macos
18
+ import video_player_avfoundation
18
19
19
20
func RegisterGeneratedPlugins( registry: FlutterPluginRegistry ) {
20
21
DeviceInfoPlusMacosPlugin . register ( with: registry. registrar ( forPlugin: " DeviceInfoPlusMacosPlugin " ) )
@@ -27,4 +28,5 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
27
28
SharePlusMacosPlugin . register ( with: registry. registrar ( forPlugin: " SharePlusMacosPlugin " ) )
28
29
Sqlite3FlutterLibsPlugin . register ( with: registry. registrar ( forPlugin: " Sqlite3FlutterLibsPlugin " ) )
29
30
UrlLauncherPlugin . register ( with: registry. registrar ( forPlugin: " UrlLauncherPlugin " ) )
31
+ FVPVideoPlayerPlugin . register ( with: registry. registrar ( forPlugin: " FVPVideoPlayerPlugin " ) )
30
32
}
Original file line number Diff line number Diff line change 98
98
- sqlite3/rtree
99
99
- url_launcher_macos (0.0.1):
100
100
- FlutterMacOS
101
+ - video_player_avfoundation (0.0.1):
102
+ - Flutter
103
+ - FlutterMacOS
101
104
102
105
DEPENDENCIES:
103
106
- device_info_plus (from `Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos`)
@@ -111,6 +114,7 @@ DEPENDENCIES:
111
114
- share_plus (from `Flutter/ephemeral/.symlinks/plugins/share_plus/macos`)
112
115
- sqlite3_flutter_libs (from `Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/macos`)
113
116
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)
117
+ - video_player_avfoundation (from `Flutter/ephemeral/.symlinks/plugins/video_player_avfoundation/darwin`)
114
118
115
119
SPEC REPOS:
116
120
trunk:
@@ -148,6 +152,8 @@ EXTERNAL SOURCES:
148
152
:path: Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/macos
149
153
url_launcher_macos:
150
154
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos
155
+ video_player_avfoundation:
156
+ :path: Flutter/ephemeral/.symlinks/plugins/video_player_avfoundation/darwin
151
157
152
158
SPEC CHECKSUMS:
153
159
device_info_plus: ce1b7762849d3ec103d0e0517299f2db7ad60720
@@ -171,6 +177,7 @@ SPEC CHECKSUMS:
171
177
sqlite3: 02d1f07eaaa01f80a1c16b4b31dfcbb3345ee01a
172
178
sqlite3_flutter_libs: 8d204ef443cf0d5c1c8b058044eab53f3943a9c5
173
179
url_launcher_macos: d2691c7dd33ed713bf3544850a623080ec693d95
180
+ video_player_avfoundation: 02011213dab73ae3687df27ce441fbbcc82b5579
174
181
175
182
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
176
183
Original file line number Diff line number Diff line change @@ -1201,6 +1201,46 @@ packages:
1201
1201
url: "https://pub.dev"
1202
1202
source: hosted
1203
1203
version: "2.1.4"
1204
+ video_player:
1205
+ dependency: "direct main"
1206
+ description:
1207
+ name: video_player
1208
+ sha256: "822e68b62403bebea846b012988ee1e77262e7b786345594a444c59338096ddf"
1209
+ url: "https://pub.dev"
1210
+ source: hosted
1211
+ version: "2.8.4"
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"
1204
1244
vm_service:
1205
1245
dependency: transitive
1206
1246
description:
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ dependencies:
65
65
sqlite3_flutter_libs : ^0.5.13
66
66
url_launcher : ^6.1.11
67
67
url_launcher_android : " >=6.1.0"
68
+ video_player : ^2.8.3
68
69
zulip_plugin :
69
70
path : ./packages/zulip_plugin
70
71
# Keep list sorted when adding dependencies; it helps prevent merge conflicts.
You can’t perform that action at this time.
0 commit comments