Skip to content

Commit 639ff31

Browse files
deps: Upgrade video_player_android to 2.7.5
Changelog: https://pub.dev/packages/video_player_android/changelog This update addresses a few bug fixes, including the suppression of deprecation warnings for `onSurfaceCreated`, which was introduced in an early version of the Impeller-compatible Texture APIs. For more info, see note of the migration guide: https://docs.flutter.dev/release/breaking-changes/android-surface-plugins#migration-guide Without this update, Android builds currently fail due to our strict warnings as errors configuration in `app/build.gradle`. The build error looks like this: /…/video_player_android-2.7.3/android/src/main/java/io/flutter/plugins/videoplayer/VideoPlayer.java:88: warning: [removal] onSurfaceCreated() in Callback has been deprecated and marked for removal public void onSurfaceCreated() { ^ error: warnings found and -Werror specified
1 parent 183aa11 commit 639ff31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,10 +1244,10 @@ packages:
12441244
dependency: transitive
12451245
description:
12461246
name: video_player_android
1247-
sha256: "38d8fe136c427abdce68b5e8c3c08ea29d7a794b453c7a51b12ecfad4aad9437"
1247+
sha256: "45d21bbba3d10b7182aa08ade5d4c68ed3367016d40f29732bb04a799b26842d"
12481248
url: "https://pub.dev"
12491249
source: hosted
1250-
version: "2.7.3"
1250+
version: "2.7.5"
12511251
video_player_avfoundation:
12521252
dependency: transitive
12531253
description:

0 commit comments

Comments
 (0)