fbloc_cli 2.1.0
fbloc_cli: ^2.1.0 copied to clipboard
A scaffolding CLI for Flutter projects with feature-first architecture and BLoC/Cubit state management.
// Example usage for fbloc_cli
// To try locally:
// dart pub global activate --source path .
// fbloc --help
//
// After publishing to pub.flutter-io.cn:
// dart pub global activate fbloc_cli
// fbloc --help
//
// Common commands:
// fbloc create project my_app
// fbloc create feature auth
// fbloc view login on auth
void main() {
// This file intentionally left minimal; the CLI is invoked from the shell.
}