Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(android): replace Kt Android ext with Java equivalent for compatibility #7

Merged
merged 6 commits into from
Oct 29, 2024

Conversation

EchoEllet
Copy link
Contributor

This change supports older versions of the Android Gradle Plugin (AGP) and ensures consistency with ClipboardWriteImageHandler.copyImageToClipboard() similar usage of ImageDecoder.decodeBitmap.

This change supports older versions of the Android Gradle Plugin (AGP)
and ensures consistency with ClipboardWriteImageHandler.copyImageToClipboard().
Fixes singerdmx/flutter-quill#2340.
@EchoEllet EchoEllet changed the title fix(android): replace Kt ext with Java equivalent for compatibility fix(android): replace Kt Android ext with Java equivalent for compatibility Oct 29, 2024
@EchoEllet EchoEllet force-pushed the fix/image-decoder-kt-compat branch from 496de00 to 502b974 Compare October 29, 2024 01:26
@EchoEllet EchoEllet marked this pull request as ready for review October 29, 2024 01:27
…oClipboard() for consistency with ClipboardReadImageHandler.getClipboardImageAsPng()
@EchoEllet EchoEllet merged commit 800f949 into main Oct 29, 2024
1 check passed
@EchoEllet EchoEllet deleted the fix/image-decoder-kt-compat branch October 29, 2024 01:48
@EchoEllet
Copy link
Contributor Author

Update: I'm uncertain if this outdated AGP issue, though it's most likely Android dependency issue.

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.

Android build failure related to quill_native_bridge plugin
1 participant