flutter_modules_generator 1.1.3
flutter_modules_generator: ^1.1.3 copied to clipboard
A CLI tool to streamline and generate module structures for Flutter projects.
Change Log #
1.1.3 #
- ✨ Add support for multiple views in module
- ✨ Fix Automated register pages & routes
- Temporarily closed Testing Modules generated feature
1.1.2 #
- ✨ Add binding import statement to route generation for improved module integration
1.1.1 #
- ✨ Add conditional check for non-empty usecase and service lists before creating module structure
1.1.0 #
- ✨ Add route generation functionality improved module handling
- ✨ Add model generation functionality improved JSON handling
- ✨ Add help message and argument validation to flutter_modules_generator
1.0.30 #
- ✨ Add enhance API
api_base.dartfile imports
1.0.29 #
- ✨ Update imports in module file content for dynamic project structure
1.0.28 #
- ✨ Introduce constants for staticModuleName and apiNameCache; refactor related imports and function signatures
- 🚨 Fix Bug generate module-test file contents
1.0.27 #
- ✨ Refactor module generation: introduce staticModuleName for improved file content handling
1.0.26 #
- 🚑 Fix module generate logic
1.0.25 #
- ✨ Update module structure creation to use dynamic root path detection
1.0.24 #
- ✨ Implement root path detection for test module structure creation
1.0.23 #
- ✨ Add check for existing files in module and test file creation functions
- ♻️ Refactor module structure to improve organization and remove unused file moving functionality
1.0.22 #
- Refactor test file to improve variable naming and remove redundant widget rendering
1.0.21 #
- Update README.md
1.0.20 #
- Refactor initial unit testing code and widgets testing
- Support
build_runner - Support
mockito - Support
http_mock_adapter
1.0.19 #
- Upgrade dependency
1.0.18+1 #
- Fix Bug
1.0.18 #
- Fix Bug
1.0.17+1 #
- Fix Bug
1.0.17 #
- Fix Generate File content
1.0.16+2 #
- Update README.md
1.0.16 #
- Add Simple testing template: unit-testing, widget-testing
1.0.15 #
- Update Generator Logic Structure File
1.0.14+2 #
- Update LICENSE
1.0.14+1 #
- Enhance CLI usage instructions
1.0.14 #
- Downgrade for support dart sdk >= 3.4.3
1.0.13 #
- Refactor file generation logic to include module name
1.0.12 #
- Fix validate check input
1.0.11 #
- Refactor code generate file content
1.0.10 #
- Fix code logic generate file
1.0.9 #
- Input controller use cases
- Refactor Modules Structure
- Fix Bug class name
- Discontinue webview
1.0.8 #
- Refactor Modules Structure
1.0.7 #
- Refactor README.md
1.0.6 #
- Change CLI and Fix code
1.0.0 #
- Initial version