clean_architecture_with_state_management 1.3.0
clean_architecture_with_state_management: ^1.3.0 copied to clipboard
A package to generate clean architecture files with various state management options.
1.3.0 #
✨ New Features #
- Global Installation Support: Install once with
dart pub global activate clean_architecture_with_state_management, then usecleanarchcommand anywhere - Short Command Alias: Use
cleanarchinstead ofdart run clean_architecture_with_state_management
🐛 Bug Fixes & Enhancements #
- Feature Name Validation (Enhanced):
- Added validation to command-line mode (was previously only in interactive mode)
- Feature names must start with a letter (a-z, A-Z)
- Feature names can only contain letters, numbers, and underscores
- Invalid feature names are now rejected in both interactive and command-line modes
- Provides clear error messages with examples when validation fails
📚 Documentation #
- Updated all documentation files to use
cleanarchcommand - Added global installation instructions to README
- Added snapshot cache management documentation
- Enhanced QUICK_REFERENCE.md with global installation examples