stackchain 1.0.0
stackchain: ^1.0.0 copied to clipboard
Config-driven Flutter scaffolding CLI. Set architecture, state management, routing, DI, and networking in stackchain.yaml, then generate features on demand.
Changelog #
1.0.0 #
stackchain— config-driven Flutter scaffolding viastackchain.yaml- Architectures: feature_first, clean, mvvm, mvc
- State: bloc, cubit, riverpod, provider, getx
- Routing: go_router, auto_route, navigator, getx
- DI: get_it, injectable, getx
- Network: dio, http
- Commands:
dart run stackchain init|feature|make|list|new(positional names) initreplaces Flutter’s default counterlib/main.dart- Ongoing generators for features, pages, widgets, services
- Custom generators under
.stackchain/bricks/