You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First I would like to thank @Dhaval2404 and all the collaborators of this project. It has been very useful. But there is something that has been bothering me for some time.
Would it be possible to make available a version of this great library without the uCrop lib dependency?
Some people just need to select an image without cropping them. Others prefer to use some other thirty party library to crop their images than uCrop. Yes, I know we can just ignore that ImagePicker library uses uCrop, but an alternative version without uCrop dependency would decrease the size of the final application, which can be an important factor for many people.
Thanks :)
The text was updated successfully, but these errors were encountered:
@leocorder Thank you so much for the suggestions. I really like your suggestion. I will take this on priority after done with scope storage, which is scheduled to release next week.
I'm thinking of removing uCrop from the base library and creating add-ons, So for the user, It will be just adding a new gradle lib. This is just initial thought, Please Let me know if you have any better suggestions. Thank you!
First I would like to thank @Dhaval2404 and all the collaborators of this project. It has been very useful. But there is something that has been bothering me for some time.
Would it be possible to make available a version of this great library without the uCrop lib dependency?
Some people just need to select an image without cropping them. Others prefer to use some other thirty party library to crop their images than uCrop. Yes, I know we can just ignore that ImagePicker library uses uCrop, but an alternative version without uCrop dependency would decrease the size of the final application, which can be an important factor for many people.
Thanks :)
The text was updated successfully, but these errors were encountered: