hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
1k stars 392 forks source link

Web: The platformViewRegistry getter is deprecated and will be removed in a future release. #455

Open EchoEllet opened 1 year ago

EchoEllet commented 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

I will provide a fix in a pull request