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
Version bump
  • Loading branch information
stuartmorgan-g committed Oct 5, 2023
commit 109ca02df3696e0d145f7758b5e3ccbe8faa925a
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.5.1

* Fixes flickering and seek-while-paused on macOS.

## 2.5.0

* Adds support for macOS.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: video_player_avfoundation
description: iOS and macOS implementation of the video_player plugin.
repository: https://github.com/flutter/packages/tree/main/packages/video_player/video_player_avfoundation
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
version: 2.5.0
version: 2.5.1

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down