Is there a plug-in that allows you to pick an image from the gallery or take an image with the camera and transform that image live ( the user can crop or scale the image using predefined aspect ratios ) in flutter for both iOS and Android?
Asked
Active
Viewed 4,275 times
0
-
1Dup of https://stackoverflow.com/questions/44665720/how-do-i-crop-an-image-in-flutter – Günter Zöchbauer Jun 05 '18 at 15:15
-
Possible duplicate of [How do I crop an image in Flutter?](https://stackoverflow.com/questions/44665720/how-do-i-crop-an-image-in-flutter) – Priyank Jun 05 '19 at 13:47
2 Answers
0
try flutter image_picker to select the image and the built-in flutter image library to edit pictures

Matt Goodis
- 393
- 1
- 3
- 11