We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715ec46 commit d964f8aCopy full SHA for d964f8a
packages/video_player/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.4.1
2
+
3
+* Updated Flutter SDK constraint to reflect the changes in v0.4.0.
4
5
## 0.4.0
6
7
* **Breaking change**. Removed the `VideoPlayerController` constructor
packages/video_player/pubspec.yaml
@@ -2,7 +2,7 @@ name: video_player
description: Flutter plugin for displaying inline video with other Flutter
widgets on Android and iOS.
author: Flutter Team <flutter-dev@googlegroups.com>
-version: 0.4.0
+version: 0.4.1
homepage: https://github.com/flutter/plugins/tree/master/packages/video_player
8
flutter:
@@ -18,4 +18,4 @@ dependencies:
18
19
environment:
20
sdk: ">=2.0.0-dev.28.0 <3.0.0"
21
- flutter: ">=0.1.4 <2.0.0"
+ flutter: ">=0.2.5 <2.0.0"
0 commit comments