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

Silence Print Statements #9

Closed Pomb closed 4 years ago

Pomb commented 4 years ago

line 290 in ui.dart prints the rotation value, would be good to remove this, or put it under a log flag.

xclud commented 4 years ago

@Pomb thank you for the feedback, I did as you said. update to v0.3.1+1 to get the latest bits.

I am closing this issue for now. Please give feedback by opening a new issue any time.