teuton_feature 1.2.2
teuton_feature: ^1.2.2 copied to clipboard
A CLI tool to generate Flutter features with Clean Architecture, Cubit state management, and GetIt dependency injection — instantly.
1.2.0 #
- ArgParser-based commands with options:
create:--path,--template,--dry-run,--verbosedelete:--force,--pathlist:--pathtemplates: lists available templates
- Config support via
teuton_config.yaml(features_path,default_template,author,organization,templates) - Cross-platform paths using
package:path - New templates system (
default,minimal) for Clean Architecture + Cubit hooks - Improved help output and added
--version - Lints and tests added; GitHub Actions CI (analyze + test)
1.1.0 #
- Initial release of Teuton Feature CLI 🎉
- Added commands:
create→ generates a new featuredelete→ removes a featurelist→ lists all features
- Includes Clean Architecture structure with Cubit and GetIt