It shows depricated APIs after updating flutter
salini07 opened this issue · 1 comments
salini07 commented
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
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