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
257 stars 84 forks source link

Padding parameter not working. #17

Open mlemos opened 4 years ago

mlemos commented 4 years ago

It seems to me that the padding parameter of the Crop class has no effect. What was the expected effect of this padding?

xclud commented 4 years ago

Previously i added padding parameter but after some internal changes of the package, it broke the functionality of padding. Though i didn't remove the parameter to avoid changes in the public interface of the class and break users code.

The padding is currently on the works and it will eventually get to function.