File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed
packages/video_player/video_player Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 1- ## NEXT
1+ ## 2.2.18
22
33* Moves Android and iOS implementations to federated packages.
44* Update audio URL in iOS tests.
Original file line number Diff line number Diff line change @@ -3,14 +3,11 @@ description: Flutter plugin for displaying inline video with other Flutter
33 widgets on Android, iOS, and web.
44repository : https://github.com/flutter/plugins/tree/main/packages/video_player/video_player
55issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
6- version : 2.2.17
7- # Temporarily disable publishing to allow moving Android and iOS
8- # implementations.
9- publish_to : none
6+ version : 2.2.18
107
118environment :
129 sdk : " >=2.14.0 <3.0.0"
13- flutter : " >=2.5 .0"
10+ flutter : " >=2.8 .0"
1411
1512flutter :
1613 plugin :
@@ -25,11 +22,8 @@ flutter:
2522dependencies :
2623 flutter :
2724 sdk : flutter
28- # Temporary path dependencies to allow moving Android and iOS implementations.
29- video_player_android :
30- path : ../video_player_android
31- video_player_avfoundation :
32- path : ../video_player_avfoundation
25+ video_player_android : ^2.2.17
26+ video_player_avfoundation : ^2.2.17
3327 video_player_platform_interface : " >=4.2.0 <6.0.0"
3428 video_player_web : ^2.0.0
3529 html : ^0.15.0
You can’t perform that action at this time.
0 commit comments