Skip to content

Commit

Permalink
[video_player] Bumps web implementation dependency. (flutter#7015)
Browse files Browse the repository at this point in the history
Updates minimum web implementation version to ensure support for the new `webOptions` exposed in the previous release.

## Issues:

* Described here: flutter#150327 (comment)
  • Loading branch information
ditman authored Jun 29, 2024
1 parent b63626c commit 0e3460c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/video_player/video_player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.9.1

* Updates minimum web implementation version to ensure support for
the new `webOptions` exposed in `2.9.0`.

## 2.9.0

* Exports types: `VideoPlayerWebOptions` and `VideoPlayerWebOptionsControls` to
Expand Down
6 changes: 3 additions & 3 deletions packages/video_player/video_player/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description: Flutter plugin for displaying inline video with other Flutter
widgets on Android, iOS, and web.
repository: https://github.com/flutter/packages/tree/main/packages/video_player/video_player
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
version: 2.9.0
version: 2.9.1

environment:
sdk: ">=3.2.3 <4.0.0"
sdk: ^3.2.3
flutter: ">=3.16.6"

flutter:
Expand All @@ -28,7 +28,7 @@ dependencies:
video_player_android: ^2.3.5
video_player_avfoundation: ^2.5.6
video_player_platform_interface: ^6.2.0
video_player_web: ^2.0.0
video_player_web: ^2.1.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 0e3460c

Please sign in to comment.