xclud / flutter_crop

Crop any widget/image in Android, iOS, Web and Desktop with fancy and customizable UI, in pure Dart code.
https://pub.dev/packages/crop
MIT License
256 stars 84 forks source link

[feature request] include background #75

Closed megz15 closed 2 years ago

megz15 commented 2 years ago

Hello, first of all, wonderful package! Would it be possible to add inclusion of background colour in the cropped image, like https://github.com/icapps/flutter-custom-image-crop does? I looked at the code but couldn't figure out how. I'll fork later and play around with the code to accomplish it Thank you :)

xclud commented 2 years ago

Hi, There are background and overlay fields in the constructor. overlay will be visible in the output as a foreground.

megz15 commented 2 years ago

Hey, thanks for your response. I was able to accomplish the result I needed in the end, thank you :)