How I made an image cropper in Flutter
Published in
4 min readOct 24, 2021
--
Cropping images is a pretty common thing in apps these days, but it’s still hard to do in our Flutter apps. We usually end up with packages that ‘bridge’ native libraries, which is fine but not ideal. What if we can crop images through a Flutter widget instead?
Don’t want to do the work or read about it, but just need an image cropper? Then feel free to just add my CropperX package to your project…