Open EchoEllet opened 1 year ago
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
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