fbloc_cli 1.0.1 copy "fbloc_cli: ^1.0.1" to clipboard
fbloc_cli: ^1.0.1 copied to clipboard

A scaffolding CLI for Flutter projects with feature-first architecture and BLoC/Cubit state management.

example/example.dart

// Example usage for fbloc_cli
// To try locally:
//   dart pub global activate --source path .
//   fbloc --help
//
// After publishing to pub.dev:
//   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.
}
1
likes
0
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

A scaffolding CLI for Flutter projects with feature-first architecture and BLoC/Cubit state management.

Repository (GitHub)
View/report issues

Topics

#cli #scaffolding #bloc #flutter #generator

License

unknown (license)

Dependencies

args, interact, io, path

More

Packages that depend on fbloc_cli