Skip to content

Commit 0e3460c

Browse files
authored
[video_player] Bumps web implementation dependency. (flutter#7015)
Updates minimum web implementation version to ensure support for the new `webOptions` exposed in the previous release. ## Issues: * Described here: flutter#150327 (comment)
1 parent b63626c commit 0e3460c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

packages/video_player/video_player/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.9.1
2+
3+
* Updates minimum web implementation version to ensure support for
4+
the new `webOptions` exposed in `2.9.0`.
5+
16
## 2.9.0
27

38
* Exports types: `VideoPlayerWebOptions` and `VideoPlayerWebOptionsControls` to

packages/video_player/video_player/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ description: Flutter plugin for displaying inline video with other Flutter
33
widgets on Android, iOS, and web.
44
repository: https://github.com/flutter/packages/tree/main/packages/video_player/video_player
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
6-
version: 2.9.0
6+
version: 2.9.1
77

88
environment:
9-
sdk: ">=3.2.3 <4.0.0"
9+
sdk: ^3.2.3
1010
flutter: ">=3.16.6"
1111

1212
flutter:
@@ -28,7 +28,7 @@ dependencies:
2828
video_player_android: ^2.3.5
2929
video_player_avfoundation: ^2.5.6
3030
video_player_platform_interface: ^6.2.0
31-
video_player_web: ^2.0.0
31+
video_player_web: ^2.1.0
3232

3333
dev_dependencies:
3434
flutter_test:

0 commit comments

Comments
 (0)