Skip to content

Commit d964f8a

Browse files
authored
Bump Flutter SDK constraint (flutter#474)
1 parent 715ec46 commit d964f8a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/video_player/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.1
2+
3+
* Updated Flutter SDK constraint to reflect the changes in v0.4.0.
4+
15
## 0.4.0
26

37
* **Breaking change**. Removed the `VideoPlayerController` constructor

packages/video_player/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: video_player
22
description: Flutter plugin for displaying inline video with other Flutter
33
widgets on Android and iOS.
44
author: Flutter Team <flutter-dev@googlegroups.com>
5-
version: 0.4.0
5+
version: 0.4.1
66
homepage: https://github.com/flutter/plugins/tree/master/packages/video_player
77

88
flutter:
@@ -18,4 +18,4 @@ dependencies:
1818

1919
environment:
2020
sdk: ">=2.0.0-dev.28.0 <3.0.0"
21-
flutter: ">=0.1.4 <2.0.0"
21+
flutter: ">=0.2.5 <2.0.0"

0 commit comments

Comments
 (0)