change compileSdkVersion from 31 to flutter default
To overcome a bug in flutter https://github.com/flutter/flutter/issues/63533 that sets the android sdk version to the lowest version used by any plugin, I am suggesting to update the android compileSdkVersion to the flutter default.
Without this, every project using your plugin ends up in compiling against android sdk 31
Ping here - any news on this? This is a quick and save one but causes trouble @MisterJimson please give a quick comment
@MisterJimson this is an easy one, please react as it stops me from compiling against the latest android version
Could you please prioritize this @MisterJimson
@MisterJimson please give us a short heads up, or is this library stale? Thank you for efforts!
@bartekpacia @vipinkashyap I have create the following Issue for this: https://github.com/MisterJimson/flutter_keyboard_visibility/issues/163 Please upvote and comment
For anyone who still facing this issue, they might consider using flutter_keyboard_visibility_temp_fork as a temporary solution.
Looking forward to see future changes in this repo.