deakjahn / crop_image

An image cropper widget. Supports mobile, web and desktop.
https://pub.dev/packages/crop_image
MIT License
56 stars 31 forks source link

How do I upload cropped image as file to my server #2

Closed therdm closed 3 years ago

therdm commented 3 years ago

I need PickedFile or File object in a method like controller.croppedImageFile() which will return a File so that I can upload it to my server. Thanks in advance.

deakjahn commented 3 years ago

See https://github.com/deakjahn/crop_image/issues/1