MisterJimson / flutter_keyboard_visibility

Get notified on keyboard visibility changes in your Flutter app
MIT License
403 stars 112 forks source link

Flutter tries to install old android build tools/platforms to build APK #163

Open wiesnery opened 1 month ago

wiesnery commented 1 month ago

Describe the bug Flutter tries to install old android build tools/platforms to build APK See this issue: https://github.com/flutter/flutter/issues/63533

I have provided a fix in PR https://github.com/MisterJimson/flutter_keyboard_visibility/pull/159

To Reproduce

Info (please complete the following information): flutter_keyboard_visibility version: flutter_keyboard_visibility: ^6.0.0 Reproducible on platforms (Android, iOS, etc): Android flutter doctor output: [✓] Flutter (Channel stable, 3.22.3, on macOS 14.5 23F79 darwin-arm64, locale de-DE) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 15.4) [✓] Chrome - develop for the web [✓] Android Studio (version 2024.1) [✓] IntelliJ IDEA Ultimate Edition (version 2024.1.4) [✓] Connected device (4 available) [✓] Network resources

• No issues found!

Additional context The PR is already there, it is a simple one, please merge ASAP

jemutorres commented 1 month ago

Same problem as described. Please review the PR and try to generate a new version