Foliotek/Croppie

It shows depricated APIs after updating flutter

salini07 opened this issue · 1 comments

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.

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