clean_feature_gen 1.0.0
clean_feature_gen: ^1.0.0 copied to clipboard
A powerful CLI tool and library for generating complete Clean Architecture feature modules in Flutter with BLoC/Cubit support. Generates data layer, domain layer, presentation layer, DI setup, routes, [...]
1.0.0 #
- 🎉 Initial release
- Generate complete Clean Architecture feature modules
- Support for BLoC and Cubit state management
- YAML-based configuration
- Entity generation with copyWith, equality, toString
- Model/DTO generation with JSON serialization
- Repository interface and implementation
- Remote and local data sources
- Use case classes with params
- BLoC with events, state, and handlers
- Screen widgets with loading/error/empty states
- Dependency injection setup (get_it compatible)
- Route configuration
- Unit test stubs with bloc_test and mocktail
- Barrel file generation
- Freezed support (optional)
- json_serializable support (optional)
- Programmatic API for custom tooling
- Comprehensive CLI with init, generate, and list commands