Skip to content
Prev Previous commit
Next Next commit
chore(video_player_android): add example app fix to changelog
  • Loading branch information
marvin-kolja committed May 13, 2025
commit 4cd6ad758182af85a33258efbfe292fb1adbfb25
1 change: 1 addition & 0 deletions packages/video_player/video_player_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.8.4

* Fixes incorrect width/height swap ([bug](https://github.com/flutter/flutter/issues/166097)). The swap was originally required for the uncorrected width/height of `Format` but was mistakenly retained after [switching to `VideoSize`](https://github.com/flutter/packages/pull/6535), which already accounts for rotation.
* Fixes example app layout issue caused by `Transform.rotate` not affecting space calculation (following #8685).

## 2.8.3

Expand Down