Skip to content

Commit

Permalink
[video_player] Update video_player to 2.9.2 (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSUYA authored Nov 28, 2024
1 parent 01bb3eb commit e99bfe8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
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

0 comments on commit e99bfe8

Please sign in to comment.