flutter_env_doctor 0.0.1
flutter_env_doctor: ^0.0.1 copied to clipboard
A Dart CLI package to diagnose and auto-fix common Android build issues in Flutter projects. Resolves Gradle, Kotlin, and Android SDK configuration problems.
0.0.1 #
Initial release of Flutter Environment Doctor:
- Diagnose common Android build issues in Flutter projects
- Check Gradle, AGP, and Kotlin versions for compatibility
- Validate Android SDK versions (compileSdk, minSdk, targetSdk)
- Check jvmTarget configuration
- Automated fixing of identified issues
- CLI tool with check and fix commands
- Interactive and non-interactive fixing modes
- Dry-run and backup options for safe modifications