flutter_image_cropper
flutter_image_cropper copied to clipboard
web version style.height and style.width warnings
Currently i get the following warnings within the web browser console
main.dart.js:43288 Height of Platform View type: [croppie-view-1653050635573] may not be set. Defaulting to `height: 100%`.
Set `style.height` to any appropriate value to stop this message.
main.dart.js:43288 Width of Platform View type: [croppie-view-1653050635573] may not be set. Defaulting to `width: 100%`.
Set `style.width` to any appropriate value to stop this message.
any way to fix this?
@c-seeger Did you find a fix for this? Currently seeing the same with image_cropper 3.0.1
Any new news ?
Me too. How to solve it?
Same problem here. I don't believe this can be resolved on our end. It sounds like something is unsupported in flutter, as the cropper is using webviews coming from a javascript library (considering the script tags required).
Until there is a fix, it would be unsafe/unwise to use this on flutter web. One of the next releases will not allow the scripts to work. I also noted that some others are already facing issues in released versions.