fast_clean_generator 1.0.4
fast_clean_generator: ^1.0.4 copied to clipboard
A powerful code generator for Clean Architecture in Flutter projects
1.0.4 #
- Added a professional ASCII logo on startup.
- Enhanced JSON input handling to support multiline pasting directly in the terminal.
1.0.3 #
- Update default JSON path from
tool/model.jsontotool/schema.jsonfor better professional convention. - Sync example directory with new
schema.jsonnaming.
1.0.2 #
- Add documentation comments (Dartdoc) to public API.
- Add an example directory with a sample JSON schema.
- Improve package score on pub.dev.
1.0.1 #
- Fix repository URL mismatch in pubspec.yaml.
- Update documentation and meta information.
1.0.0 #
- Initial professional release as fast_clean_generator.
- Complete Clean Architecture layer generation (Data, Domain, Presentation).
- Full CRUD support (List, Get, Add, Update, Delete).
- Integrated GetX state management with plural/singular controller support.
- Automated routing updates for
app_routes.dartandapp_pages.dart. - Interactive CLI with step-by-step prompts.
- Added comprehensive unit and integration tests.
- Standardized project structure and error handling.