We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running the web application and using the image_cropper:
The platformViewRegistry getter is deprecated and will be removed in a future release. Please import it from `dart:ui_web` instead.
We should use dart:ui_web for the web and dart:ui for the others
dart:ui_web
dart:ui
I will provide a fix in a pull request
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When running the web application and using the image_cropper:
We should use
dart:ui_web
for the web anddart:ui
for the othersI will provide a fix in a pull request
The text was updated successfully, but these errors were encountered: