Skip to content

Fix Android build warnings in VideoThumbnailPlugin.java ()#205

Open
seokangwoo9 wants to merge 1 commit intojustsoft:masterfrom
seokangwoo9:fix/android-warnings
Open

Fix Android build warnings in VideoThumbnailPlugin.java ()#205
seokangwoo9 wants to merge 1 commit intojustsoft:masterfrom
seokangwoo9:fix/android-warnings

Conversation

@seokangwoo9
Copy link
Copy Markdown

Previously Warning:

/.pub-cache/hosted/pub.dev/video_thumbnail-0.5.6/android/src/main/java/xyz/justsoft/video_thumbnail/VideoThumbnailPlugin.java uses or overrides a deprecated API.
/.pub-cache/hosted/pub.dev/video_thumbnail-0.5.6/android/src/main/java/xyz/justsoft/video_thumbnail/VideoThumbnailPlugin.java uses unchecked or unsafe operations.

Changes:

  • Replace deprecated Bitmap.CompressFormat.WEBP with WEBP_LOSSY/WEBP_LOSSLESS on API 30+, safe fallback for older

-Remove unsafe raw/unchecked casts from MethodChannel arguments parsing

Verification:

  • example/flutter build apk -debug succeeds without the previous warnings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant