flutter_project_structure 1.0.2 flutter_project_structure: ^1.0.2 copied to clipboard
A package to showcase project structure and add path comments to Dart files.
1.0.2 #
- Code optimized
- Proper documentations for better understanding
1.0.1 #
- File Statistics to count of total files, directories, and Dart files.
- TODO and FIXME Comments to scan files for TODO and FIXME comments and list them in a separate collapsible section.
- Dependency Analysis to list all external package dependencies used in the project.
- Code Metrics to calculate and display simple code metrics like lines of code, comment percentage, etc.
1.0.0 #
- Initial version.
- Generate project structure markdown file.
- Add path comments to Dart files.
- List imports for each file in the project structure.
- Collapsable imports for clear understanding of the project structure.