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 @@ -131,6 +131,9 @@ PODS:
131
131
- SwiftyGif (5.4.4)
132
132
- url_launcher_ios (0.0.1):
133
133
- Flutter
134
+ - video_player_avfoundation (0.0.1):
135
+ - Flutter
136
+ - FlutterMacOS
134
137
135
138
DEPENDENCIES:
136
139
- app_settings (from `.symlinks/plugins/app_settings/ios`)
@@ -147,6 +150,7 @@ DEPENDENCIES:
147
150
- share_plus (from `.symlinks/plugins/share_plus/ios`)
148
151
- sqlite3_flutter_libs (from `.symlinks/plugins/sqlite3_flutter_libs/ios`)
149
152
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
153
+ - video_player_avfoundation (from `.symlinks/plugins/video_player_avfoundation/darwin`)
150
154
151
155
SPEC REPOS:
152
156
trunk:
@@ -194,6 +198,8 @@ EXTERNAL SOURCES:
194
198
:path: ".symlinks/plugins/sqlite3_flutter_libs/ios"
195
199
url_launcher_ios:
196
200
:path: ".symlinks/plugins/url_launcher_ios/ios"
201
+ video_player_avfoundation:
202
+ :path: ".symlinks/plugins/video_player_avfoundation/darwin"
197
203
198
204
SPEC CHECKSUMS:
199
205
app_settings: 017320c6a680cdc94c799949d95b84cb69389ebc
@@ -224,6 +230,7 @@ SPEC CHECKSUMS:
224
230
sqlite3_flutter_libs: af0e8fe9bce48abddd1ffdbbf839db0302d72d80
225
231
SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f
226
232
url_launcher_ios: bbd758c6e7f9fd7b5b1d4cde34d2b95fcce5e812
233
+ video_player_avfoundation: 02011213dab73ae3687df27ce441fbbcc82b5579
227
234
228
235
PODFILE CHECKSUM: 6998435987a000fdec9b2e1b5b1eef6d54bdba77
229
236
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 90
90
- sqlite3/rtree
91
91
- url_launcher_macos (0.0.1):
92
92
- FlutterMacOS
93
+ - video_player_avfoundation (0.0.1):
94
+ - Flutter
95
+ - FlutterMacOS
93
96
94
97
DEPENDENCIES:
95
98
- device_info_plus (from `Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos`)
@@ -103,6 +106,7 @@ DEPENDENCIES:
103
106
- share_plus (from `Flutter/ephemeral/.symlinks/plugins/share_plus/macos`)
104
107
- sqlite3_flutter_libs (from `Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/macos`)
105
108
- 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`)
106
110
107
111
SPEC REPOS:
108
112
trunk:
@@ -140,6 +144,8 @@ EXTERNAL SOURCES:
140
144
:path: Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/macos
141
145
url_launcher_macos:
142
146
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos
147
+ video_player_avfoundation:
148
+ :path: Flutter/ephemeral/.symlinks/plugins/video_player_avfoundation/darwin
143
149
144
150
SPEC CHECKSUMS:
145
151
device_info_plus: 5401765fde0b8d062a2f8eb65510fb17e77cf07f
@@ -163,6 +169,7 @@ SPEC CHECKSUMS:
163
169
sqlite3: 73b7fc691fdc43277614250e04d183740cb15078
164
170
sqlite3_flutter_libs: 06a05802529659a272beac4ee1350bfec294f386
165
171
url_launcher_macos: d2691c7dd33ed713bf3544850a623080ec693d95
172
+ video_player_avfoundation: 02011213dab73ae3687df27ce441fbbcc82b5579
166
173
167
174
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
168
175
Original file line number Diff line number Diff line change @@ -1193,6 +1193,46 @@ packages:
1193
1193
url: "https://pub.dev"
1194
1194
source: hosted
1195
1195
version: "2.1.4"
1196
+ video_player:
1197
+ dependency: "direct main"
1198
+ description:
1199
+ name: video_player
1200
+ sha256: afc65f4b8bcb2c188f64a591f84fb471f4f2e19fc607c65fd8d2f8fedb3dec23
1201
+ url: "https://pub.dev"
1202
+ source: hosted
1203
+ version: "2.8.3"
1204
+ video_player_android:
1205
+ dependency: transitive
1206
+ description:
1207
+ name: video_player_android
1208
+ sha256: "4dd9b8b86d70d65eecf3dcabfcdfbb9c9115d244d022654aba49a00336d540c2"
1209
+ url: "https://pub.dev"
1210
+ source: hosted
1211
+ version: "2.4.12"
1212
+ video_player_avfoundation:
1213
+ dependency: transitive
1214
+ description:
1215
+ name: video_player_avfoundation
1216
+ sha256: "309e3962795e761be010869bae65c0b0e45b5230c5cee1bec72197ca7db040ed"
1217
+ url: "https://pub.dev"
1218
+ source: hosted
1219
+ version: "2.5.6"
1220
+ video_player_platform_interface:
1221
+ dependency: transitive
1222
+ description:
1223
+ name: video_player_platform_interface
1224
+ sha256: "236454725fafcacf98f0f39af0d7c7ab2ce84762e3b63f2cbb3ef9a7e0550bc6"
1225
+ url: "https://pub.dev"
1226
+ source: hosted
1227
+ version: "6.2.2"
1228
+ video_player_web:
1229
+ dependency: transitive
1230
+ description:
1231
+ name: video_player_web
1232
+ sha256: "8e9cb7fe94e49490e67bbc15149691792b58a0ade31b32e3f3688d104a0e057b"
1233
+ url: "https://pub.dev"
1234
+ source: hosted
1235
+ version: "2.2.0"
1196
1236
vm_service:
1197
1237
dependency: transitive
1198
1238
description:
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ dependencies:
65
65
url_launcher : ^6.1.11
66
66
url_launcher_android : " >=6.1.0"
67
67
sqlite3 : ^2.4.0
68
+ video_player : ^2.8.3
68
69
69
70
dev_dependencies :
70
71
flutter_driver :
You can’t perform that action at this time.
0 commit comments