hnvn / flutter_image_cropper

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

Problems with the web version #453

Open PhyresiCompany opened 7 months ago

PhyresiCompany commented 7 months ago

Basically if I run the web application with localhost everything works fine. But if I run it on my Firebase web build hosting, ImageCropper doesn't work and it still gives an error in the Insperctor console.

https://github.com/hnvn/flutter_image_cropper/assets/101017436/d8ebdd4b-6ccf-4707-966d-49e544d685a8

Error

Error cropped image MissingPluginException(No implementation found for method cropImage on channel plugins.hunghd.vn/image_cropper) main.dart.js:25562
Error in pick Photo: MissingPluginException(No implementation found for method cropImage on channel plugins.hunghd.vn/image_cropper) main.dart.js:25562
sabio-dev commented 7 months ago

I had the same problem.

kevinhqf commented 6 months ago

update your flutter version to 3.13.9 can solve this problem