Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[video_player] Update video_player to 2.9.2 #780

Merged
merged 1 commit into from
Nov 28, 2024
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
5 changes: 5 additions & 0 deletions packages/video_player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.5.4

* Update video_player to 2.9.2.
* Update video_player_platform_interface to 6.2.3.

## 2.5.3

* Support `httpHeaders` option of `VideoPlayerController.network`.
Expand Down
4 changes: 2 additions & 2 deletions packages/video_player/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ This package is not an _endorsed_ implementation of `video_player`. Therefore, y

```yaml
dependencies:
video_player: ^2.9.1
video_player_tizen: ^2.5.2
video_player: ^2.9.2
video_player_tizen: ^2.5.4
```

Then you can import `video_player` in your Dart code:
Expand Down
2 changes: 1 addition & 1 deletion packages/video_player/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
video_player: ^2.9.1
video_player: ^2.9.2
video_player_tizen:
path: ../

Expand Down
4 changes: 2 additions & 2 deletions packages/video_player/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: video_player_tizen
description: Tizen implementation of the video_player plugin.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/video_player
version: 2.5.3
version: 2.5.4

environment:
sdk: ">=3.3.0 <4.0.0"
Expand All @@ -19,7 +19,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
video_player_platform_interface: ^6.2.0
video_player_platform_interface: ^6.2.3

dev_dependencies:
pigeon: ^22.3.0