This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 7 files changed +20
-10
lines changed
video_player_avfoundation
7 files changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,14 @@ dependencies:
23
23
flutter :
24
24
sdk : flutter
25
25
html : ^0.15.0
26
- video_player_android : ^2.3.5
27
- video_player_avfoundation : ^2.2.17
28
- video_player_platform_interface : ^5.1.1
29
- video_player_web : ^2.0.0
26
+ video_player_android :
27
+ path : ../video_player_android
28
+ video_player_avfoundation :
29
+ path : ../video_player_avfoundation
30
+ video_player_platform_interface :
31
+ path : ../video_player_platform_interface
32
+ video_player_web :
33
+ path : ../video_player_web
30
34
31
35
dev_dependencies :
32
36
flutter_test :
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ dependencies:
16
16
# The example app is bundled with the plugin so we use a path dependency on
17
17
# the parent directory to use the current plugin's version.
18
18
path : ../
19
- video_player_platform_interface : " >=4.2.0 <6.0.0"
19
+ video_player_platform_interface :
20
+ path : ../../video_player_platform_interface
20
21
21
22
dev_dependencies :
22
23
flutter_driver :
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ flutter:
20
20
dependencies :
21
21
flutter :
22
22
sdk : flutter
23
- video_player_platform_interface : ^5.1.1
23
+ video_player_platform_interface :
24
+ path : ../video_player_platform_interface
24
25
25
26
dev_dependencies :
26
27
flutter_test :
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ dependencies:
16
16
# The example app is bundled with the plugin so we use a path dependency on
17
17
# the parent directory to use the current plugin's version.
18
18
path : ../
19
- video_player_platform_interface : " >=4.2.0 <6.0.0"
19
+ video_player_platform_interface :
20
+ path : ../../video_player_platform_interface
20
21
21
22
dev_dependencies :
22
23
flutter_driver :
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ flutter:
19
19
dependencies :
20
20
flutter :
21
21
sdk : flutter
22
- video_player_platform_interface : " >=4.2.0 <6.0.0"
22
+ video_player_platform_interface :
23
+ path : ../video_player_platform_interface
23
24
24
25
dev_dependencies :
25
26
flutter_test :
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ dependencies:
9
9
flutter :
10
10
sdk : flutter
11
11
js : ^0.6.0
12
- video_player_platform_interface : " >=4.2.0 <6.0.0"
12
+ video_player_platform_interface :
13
+ path : ../../video_player_platform_interface
13
14
video_player_web :
14
15
path : ../
15
16
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ dependencies:
21
21
sdk : flutter
22
22
flutter_web_plugins :
23
23
sdk : flutter
24
- video_player_platform_interface : " >=4.2.0 <6.0.0"
24
+ video_player_platform_interface :
25
+ path : ../video_player_platform_interface
25
26
26
27
dev_dependencies :
27
28
flutter_test :
You can’t perform that action at this time.
0 commit comments