arch_wizard 1.0.2
arch_wizard: ^1.0.2 copied to clipboard
A powerful CLI tool to scaffold Flutter clean architecture features...
1.0.2 #
- Update the readme file
1.0.1 #
- Fixed an issue in the Riverpod template to correctly handle error states and code generation.
- Added automatic DI file creation if it doesn't exist.
- Updated templates with robust error handling.
1.0.0 #
- Initial stable release of Arch Wizard.
- Feature scaffolding for Domain, Data, and Presentation layers.
- Support for BLoC, Riverpod, GetX, and Provider state management.
- Automatic dependency injection and import registration for
get_it. - Production-ready templates with error handling patterns.