Open rabadam opened 4 years ago
Its updated on my fork I have been maintaining and is published on pub along with other fixes: https://github.com/MisterJimson/flutter_keyboard_visibility
Its updated on my fork I have been maintaining and is published on pub along with other fixes: https://github.com/MisterJimson/flutter_keyboard_visibility
Thank youuuuuuuuuuuuu
flutter_keyboard_visibility/android/build.gradle:line 25
compileSdkVersion 27
Would it be ok to update to
28
?All my Flutter plugins have
compileSdkVersion 28
in their respectivebuild.gradle
files. When generating my Android release build it fails, but succeeds when I manually edit line 25 above to use28
.