[video_player] Bumps web implementation dependency. (#7015)

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

## Issues:

* Described here: https://github.com/flutter/flutter/issues/150327#issuecomment-2197399790
This commit is contained in:
David Iglesias
2024-06-29 02:52:27 -07:00
committed by GitHub
parent b63626c31b
commit 0e3460cba2
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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:
@ -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: