godaangel / flutter_crop_box

flutter端的素材裁剪组件,不进行实际裁剪,只给出裁剪范围
MIT License
16 stars 3 forks source link

How to get the Initial CropRect. #4

Closed shamnex closed 3 years ago

shamnex commented 3 years ago

Thank you for a very useful plugin. Been extremely useful on a project I'm working on.

I wanted ask if it's possible to have a callback with the cropRect on Instantiation. Currently I'm only able to get the cropRect only when you interact with with the CropBox.

This could be really useful when you want to crop an image with the default CropBox settings without any user interaction. Let me know if it's something that is possible.

Thank you.

godaangel commented 3 years ago

@shamnex thank you for your question, I think you mean you want to get cropRect when it's initial. so you can use cropRectUpdate this callback, it will run when cropbox initial. it's my fault that I haven't say it in document

shamnex commented 3 years ago

Alright man. Thanks!