hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
969 stars 375 forks source link

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

Open ellet0 opened 6 months ago

ellet0 commented 6 months 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