Open wiesnery opened 4 months 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
Install Android SDK Platform 31 (revision 1)
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
flutter_keyboard_visibility
flutter doctor
• No issues found!
Additional context The PR is already there, it is a simple one, please merge ASAP
Same problem as described. Please review the PR and try to generate a new version
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
Install Android SDK Platform 31 (revision 1)
Expected behavior App should build with Android SDk Platform 34Info (please complete the following information):
flutter_keyboard_visibility
version: flutter_keyboard_visibility: ^6.0.0 Reproducible on platforms (Android, iOS, etc): Androidflutter 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