Skip to content

Commit 8662b22

Browse files
jmagmanamantoux
authored andcommitted
[video_player] add support for content-uri based videos (flutter#4330)
1 parent 9b6b4a8 commit 8662b22

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/video_player/video_player/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for displaying inline video with other Flutter
33
widgets on Android, iOS, and web.
44
repository: https://github.com/flutter/plugins/tree/master/packages/video_player/video_player
55
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
77

88
environment:
99
sdk: ">=2.12.0 <3.0.0"

packages/video_player/video_player_web/pubspec.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ name: video_player_web
22
description: Web platform implementation of video_player.
33
repository: https://github.com/flutter/plugins/tree/master/packages/video_player/video_player_web
44
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
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"
99
flutter: ">=2.0.0"
1010

1111
flutter:
1212
plugin:
13+
implements: video_player
1314
platforms:
1415
web:
1516
pluginClass: VideoPlayerPlugin
@@ -21,6 +22,7 @@ dependencies:
2122
flutter_web_plugins:
2223
sdk: flutter
2324
meta: ^1.3.0
25+
video_player_platform_interface: ^4.2.0
2426
video_player_platform_interface:
2527
git:
2628
url: https://github.com/amantoux/plugins

0 commit comments

Comments
 (0)