Skip to content

Commit

Permalink
deps: Upgrade video_player_android to 2.7.3
Browse files Browse the repository at this point in the history
Changelog:
  https://pub.dev/packages/video_player_android/changelog

This update migrates the plugin to use newer API recommended
to support Impeller:
  https://docs.flutter.dev/release/breaking-changes/android-surface-plugins

Without this migration, the videos do play but they look
pixelated, resulting in a bad UX.

Additionally updates the underlying Media3-ExoPlayer
library to version 1.4.1:
  https://developer.android.com/jetpack/androidx/releases/media3#1.4.1
  • Loading branch information
rajveermalviya committed Sep 18, 2024
1 parent ecc219e commit da2b527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1228,10 +1228,10 @@ packages:
dependency: transitive
description:
name: video_player_android
sha256: "4de50df9ee786f5891d3281e1e633d7b142ef1acf47392592eb91cba5d355849"
sha256: "38d8fe136c427abdce68b5e8c3c08ea29d7a794b453c7a51b12ecfad4aad9437"
url: "https://pub.dev"
source: hosted
version: "2.6.0"
version: "2.7.3"
video_player_avfoundation:
dependency: transitive
description:
Expand Down

0 comments on commit da2b527

Please sign in to comment.