Skip to content

Commit ca9b946

Browse files
committed
Update version to 2.4.0 and add HTML5 video poster support in VideoPlayerWebOptions
1 parent 170d455 commit ca9b946

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/video_player/video_player_web/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 2.3.6
1+
## 2.4.0
22

3-
* Add html 5 video poster support as a VideoPlayerWebOptions.
3+
* Adds HTML5 video poster support as a VideoPlayerWebOptions.
44
* Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
55

66
## 2.3.5

packages/video_player/video_player_web/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: video_player_web
22
description: Web platform implementation of video_player.
33
repository: https://github.com/flutter/packages/tree/main/packages/video_player/video_player_web
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
5-
version: 2.3.5
5+
version: 2.4.0
66

77
environment:
88
sdk: ^3.6.0
@@ -21,7 +21,7 @@ dependencies:
2121
sdk: flutter
2222
flutter_web_plugins:
2323
sdk: flutter
24-
video_player_platform_interface: ^6.3.1
24+
video_player_platform_interface: ^6.4.0
2525
web: ">=0.5.1 <2.0.0"
2626

2727
dev_dependencies:

0 commit comments

Comments
 (0)