gamif_scanner 1.0.8
gamif_scanner: ^1.0.8 copied to clipboard
A Dart CLI tool that scans Flutter projects using AST analysis, detects all Dart methods automatically.
Changelog #
1.0.8 #
- Fix: update analyzer to ^7.0.0
- Fix: wrap for-loop body in braces (lint)
- Add: dartdoc comments for all public API elements
- Add: example/ directory
- Improve: package description in pubspec.yaml
- Fix: correct usage command in README
1.0.4 #
- Fix: inject inside method body before adding imports
1.0.3 #
- Fix: correct backend URL
1.0.2 #
- Fix: executable name and README documentation
1.0.1 #
- Fix: package imports for global activation
1.0.0 #
- Initial release
- AST-based method detection
- Automatic code injection
- CLI interface
- Web UI interface