Foliotek / Croppie

A Javascript Image Cropper
http://foliotek.github.io/Croppie
MIT License
2.58k stars 883 forks source link

It shows depricated APIs after updating flutter #789

Open salini07 opened 1 year ago

salini07 commented 1 year ago

I have upgrade flutter 3-4days back. After that "Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details." is showing whenever i try to build APK.

I am requesting to kindly solve the problem. Advance thank you.

theodorejb commented 1 year ago

It could be because Croppie uses the deprecated mousewheel and DOMMouseScroll events rather than standard wheel events. It doesn't really seem like Croppie is still maintained, but I fixed this issue in my simplified fork: https://github.com/theodorejb/cropt