Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/video_player/video_player_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.3

* Updated video_player_platform_interface, bumped minimum Dart version to 2.1.0.

## 0.1.2+3

* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).
Expand Down
6 changes: 3 additions & 3 deletions packages/video_player/video_player_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ homepage: https://github.com/flutter/plugins/tree/master/packages/video_player/v
# 0.1.y+z is compatible with 1.0.0, if you land a breaking change bump
# the version to 2.0.0.
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
version: 0.1.2+3
version: 0.1.3

flutter:
plugin:
Expand All @@ -19,7 +19,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
meta: ^1.1.7
video_player_platform_interface: ^1.0.0
video_player_platform_interface: ^2.0.0

dev_dependencies:
flutter_test:
Expand All @@ -29,5 +29,5 @@ dev_dependencies:
pedantic: ^1.8.0

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.8 <2.0.0"