hsbijarniya / image_editor_plus

Flutter Image Editor Plugin with simple, easy support for image editing using Paints, Text, Filters, Emoji and Sticker like stories.
MIT License
104 stars 103 forks source link

Android build failed #22

Closed RoyalCoder88 closed 1 year ago

RoyalCoder88 commented 1 year ago

Hi friends I updated the image_editor_plus from 0.1.3 to 0.1.4 and now my build failing with this error:

`../../../Documents/flutter/.pub-cache/hosted/pub.dartlang.org/image_editor_plus-0.1.4/lib/image_editor_plus.dart:1519:18: Error: The method 'HandSignature' isn't defined for the class '_ImageEditorDrawingState'.

How can I solve this thanks in advance!

RoyalCoder88 commented 1 year ago

fixed by running:

$ dart pub cache repair $ dart pub cache clean