From 7faddf7b98e6ba80142de04d254a9dd0ee0663f4 Mon Sep 17 00:00:00 2001 From: Carsten Seeger <68909526+c-seeger@users.noreply.github.com> Date: Thu, 5 May 2022 14:47:39 +0200 Subject: [PATCH] fix: web platform #330 --- image_cropper_for_web/pubspec.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/image_cropper_for_web/pubspec.yaml b/image_cropper_for_web/pubspec.yaml index 874cd079..d52d62e0 100644 --- a/image_cropper_for_web/pubspec.yaml +++ b/image_cropper_for_web/pubspec.yaml @@ -24,4 +24,9 @@ dev_dependencies: flutter_lints: ^1.0.0 flutter: - + plugin: + implements: image_cropper + platforms: + web: + pluginClass: ImageCropperPlugin + fileName: image_cropper_for_web.dart