0

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?

GAvi
  • 69
  • 1
  • 4

2 Answers2

1

The image_cropper plugin is what you are looking for.

Mans
  • 2,953
  • 2
  • 23
  • 32
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