easy_init_cli 1.2.6
easy_init_cli: ^1.2.6 copied to clipboard
A CLI tool to create flutter project and initialize project with boilerplate code
1.2.6 #
- Reorganized `lib/core/structure` directory for better maintainability.
- Implemented `easy_init.json` for robust project configuration management.
- Enhanced `help` command output with better formatting and detailed descriptions.
- Fixed directory creation issues and improved recursive creation logic.
- Updated `README.md` with detailed project structure.
- Consolidated version management to a single source of truth.
1.2.5 #
- Logo update
1.2.4 #
- Bug fixes
1.2.3 #
- Bug fixes
1.2.2 #
- Updates in clean architecture
- NetworkClient
- Token manager service creation added
- and Bug fixes
1.2.1 #
- Updates in clean architecture
- Theme configurations
- NetworkClient
- Shared prefs services
- and Bug fixes
1.2.0 #
- Updates in clean architecture structure
- MVC architecture temporarly disabled for updates
- Bug fixes
1.1.2 #
- Network exception handling file updated
1.1.1 #
- Bug fixes
- dcli updated
1.1.0 #
- Bug fixes
- Screen loading widget is added in common widgets folder
1.0.9 #
- Bug fixes
1.0.8 #
What's new in 1.0.8
- readme modified
- network handling file added in tdd+clean architecture
- Bug fixes
1.0.7 #
What's new in 1.0.7
- MVC architecture also added
- Error handling added in some sections
- Bug fixes
1.0.6 #
Change in sample code
- Number trivia app code is added as sample code
- Bug fixes
1.0.5 #
bug fix and change in license
1.0.4 #
bug fix
1.0.3 #
'easy update' command added
1.0.2 #
bug fix
1.0.1 #
bug fix
1.0.0 #
Initial release.
- Create flutter projec
- Initialize flutter project with TDD clean achitecture