hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
971 stars 374 forks source link

Web plugin is not registered correctly #330

Closed 0x3dev closed 2 years ago

0x3dev commented 2 years ago

Hello, great work on the new web version. But in the current form it's not registered in generated_plugin_registrant.dart

You need to add these changed to pubspec.yaml In image_cropper_for_web:

flutter:
      plugin:
        implements: image_cropper
        platforms:
          web:
            pluginClass: ImageCropperPlugin
            fileName: image_cropper_for_web.dart

EDIT: And also the WebUiSettings class is not exported from 'package:image_picker/image_picker.dart' currently

Thanks!

hnvn commented 2 years ago

Thanks for your feedback, could you create a PR for it?

c-seeger commented 2 years ago

need it also prepared a PR

c-seeger commented 2 years ago

https://github.com/hnvn/flutter_image_cropper/pull/332

c-seeger commented 2 years ago

:heart:

hnvn commented 2 years ago

Released new version 2.0.1