We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
dart
Instead of implementing loadBuffer use loadImage.
loadBuffer was deprecated here: flutter/flutter#118966
and just now released to stable.
The text was updated successfully, but these errors were encountered:
i can't build successful after change to loadImage, ImageDecoderCallback has the same name
ImageDecoderCallback
Sorry, something went wrong.
Not sure I understand.. For me it's different. Are you on flutter 3.10.0?
Hey @zmtzawqlp, do you have updates on this?
3.5.0 is ready.
Thank you!
No branches or pull requests
Platforms
dart
Description
Instead of implementing loadBuffer use loadImage.
Why
loadBuffer was deprecated here:
flutter/flutter#118966
and just now released to stable.
The text was updated successfully, but these errors were encountered: