CaiJingLong / flutter_photo

Pick image/video from album by flutter. Support ios and android. UI by flutter, no native.
Apache License 2.0
301 stars 132 forks source link

Image cropping functionality #135

Closed dhruvanbhalara closed 4 years ago

dhruvanbhalara commented 4 years ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like

Describe alternatives you've considered Take a look at image_pickers lib

Additional context When user selects images from local storage after that add option to crop images in multiple aspects ratio and other options.

CaiJingLong commented 4 years ago

I think you need use flutter_image_editor . You can see the example for editor, and use extended_image as UI.

dhruvanbhalara commented 4 years ago

Used crop lib for cropping images after picked. Thanks for great library :)