Commit 8662b22 1 parent 9b6b4a8 commit 8662b22 Copy full SHA for 8662b22
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Flutter plugin for displaying inline video with other Flutter
3
3
widgets on Android, iOS, and web.
4
4
repository : https://github.com/flutter/plugins/tree/master/packages/video_player/video_player
5
5
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
6
- version : 2.1.14
6
+ version : 2.1.15
7
7
8
8
environment :
9
9
sdk : " >=2.12.0 <3.0.0"
Original file line number Diff line number Diff line change @@ -2,14 +2,15 @@ name: video_player_web
2
2
description : Web platform implementation of video_player.
3
3
repository : https://github.com/flutter/plugins/tree/master/packages/video_player/video_player_web
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
5
- version : 2.0.1
5
+ version : 2.0.4
6
6
7
7
environment :
8
8
sdk : " >=2.12.0 <3.0.0"
9
9
flutter : " >=2.0.0"
10
10
11
11
flutter :
12
12
plugin :
13
+ implements : video_player
13
14
platforms :
14
15
web :
15
16
pluginClass : VideoPlayerPlugin
@@ -21,6 +22,7 @@ dependencies:
21
22
flutter_web_plugins :
22
23
sdk : flutter
23
24
meta : ^1.3.0
25
+ video_player_platform_interface : ^4.2.0
24
26
video_player_platform_interface :
25
27
git :
26
28
url : https://github.com/amantoux/plugins
You can’t perform that action at this time.
0 commit comments