fbloc_cli 2.1.0 copy "fbloc_cli: ^2.1.0" to clipboard
fbloc_cli: ^2.1.0 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.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.
}
1
likes
155
points
52
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

Documentation

API reference

License

MIT (license)

Dependencies

args, interact, io, path

More

Packages that depend on fbloc_cli