flutter_build_doctor 0.1.0
flutter_build_doctor: ^0.1.0 copied to clipboard
Automatically diagnose, explain, and fix common Flutter build issues. Gradle, CocoaPods, Xcode, Java, Kotlin version mismatches — detected and fixed in seconds. CLI tool + programmatic API.
0.1.0 #
- 🎉 Initial release
- Android diagnostics: Gradle, AGP, Kotlin, Java version checks
- iOS diagnostics: CocoaPods, Ruby, Xcode, Podfile checks
- Common diagnostics: Flutter SDK, pubspec, build cache
- Version compatibility matrix (Flutter 3.10 - 3.41)
- Auto-fix: Gradle version, AGP version, Kotlin version
- Auto-fix: Cache cleaning (Gradle, CocoaPods, Flutter)
- Manual fix guidance: Java, Xcode installation
- CLI tool with diagnose, fix, and clean commands
- Dry-run mode for previewing fixes
- Pretty terminal output with colors and icons
- Programmatic API for integration with other tools
- Backup creation before applying fixes