fixso_flutter_structure 0.0.2
fixso_flutter_structure: ^0.0.2 copied to clipboard
A Dart package to generate a specific project structure.
Changelog #
0.0.1 - 2024-11-21 #
Added #
- Initial release of the Project Structure Generator.
- Functionality to create a predefined directory structure with:
bindingscontrollersscreenswidgetsmodelsservicesutils
- Creation of essential files including:
app.dartwith import/export statements.utils.dartwith import/export statements.- Placeholder files for all directories.
Documentation #
- Added README file with usage instructions and installation guidelines.
- Included LICENSE file for open-source licensing.
Testing #
- Basic test setup to verify directory and file creation.