Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
chore(video_player): update version to 2.10.0
  • Loading branch information
abdelaziz-mahdy committed Dec 26, 2024
commit 2740a2115d91c835483caa3a3ffa24dbdb16a859
2 changes: 1 addition & 1 deletion packages/video_player/video_player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## NEXT
## 2.10.0

* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
* Added `setVideoPositionUpdatesInterval` to allow setting position updates periodic intervals
Expand Down
2 changes: 1 addition & 1 deletion packages/video_player/video_player/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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.2
version: 2.10.0

environment:
sdk: ^3.4.0
Expand Down
Loading