We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Flutter tries to install old android build tools/platforms to build APK See this issue: flutter/flutter#63533
I have provided a fix in PR #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
The text was updated successfully, but these errors were encountered:
Same problem as described. Please review the PR and try to generate a new version
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Flutter tries to install old android build tools/platforms to build APK
See this issue: flutter/flutter#63533
I have provided a fix in PR #159
To Reproduce
Install Android SDK Platform 31 (revision 1)
Expected behavior
App should build with Android SDk Platform 34
Info (please complete the following information):
flutter_keyboard_visibility
version: flutter_keyboard_visibility: ^6.0.0Reproducible 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
The text was updated successfully, but these errors were encountered: