gradle_doctor 0.0.2
gradle_doctor: ^0.0.2 copied to clipboard
CLI tool to auto-fix Gradle & Android Gradle Plugin versions for Flutter projects
Changelog #
All notable changes to this package will be documented in this file.
0.0.2 - 2025-09-09 #
- β
Updated CLI usage:
- Changed from
dart run flutter_gradle_doctor:gradle_doctor checktodart run gradle_doctor checkfor simpler usage.
- Changed from
- π Added full Dartdoc comments for all public functions.
- π Added
example/main.dartdemonstrating programmatic usage. - π Updated README with:
- Installation instructions
- Usage instructions
- Example section
- Clear documentation for Pub Dev
- π§ Fixed minor bugs in project checking and fixing logic.
0.0.1 - 2025-09-08 #
- Initial release
- CLI tool to auto-fix Gradle & Android Gradle Plugin (AGP) issues for Flutter projects
- Supports Java versions 8β24
- Commands included: check, fix, cleanup, restore
- Creates
.bakbackups before modification