flutter_devstat 1.3.2
flutter_devstat: ^1.3.2 copied to clipboard
A CLI tool to analyze Flutter project structure and annotate Dart files with their lib/ paths.
1.3.2 #
- Added support for project identity configuration via
pubspec.yaml:- Optional developer metadata injection (
name,email,website,project). - Optional automatic copyright generation.
- Optional developer metadata injection (
- Implemented strict file header normalization:
- Always enforces a single path header at the top of each Dart file.
- Ensures exactly one blank line after headers.
- Updates existing headers and developer blocks in-place.
- Improved annotation reliability and formatting consistency.
1.3.1 #
- Added LICENSE file with MIT License.
- Improved pubspec.yaml description and metadata.
1.3.0 #
- Added CLI flags:
-a— Add or update file path headers in all Dart files.-v— Show package version.-hor-u— Display usage and help info.
- Improved command-line interface and error handling.
- Enhanced directory scanning and file updating performance.
- Refactored internal file management utilities.
1.2.0 #
- Added automatic update feature for existing path headers.
- Improved compatibility with nested project structures.
- Minor code cleanup and documentation updates.
1.1.0 #
- Added directory tree visualization.
- Improved output formatting and logging.
1.0.0 #
- Initial release.
- Added base functionality for project structure analysis.
- Implemented path header insertion for Dart files.