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

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

2.2.0 #

  • Added hive_ce_flutter support with LocalDbService in core/storage/local_db_service.dart
  • Scaffolds separate remote_datasource.dart and local_datasource.dart for all features
  • Centralized all DI registrations in app/core/di/injection_container.dart and cleaned up main.dart
  • Added standard Dart operator == and hashCode overrides for models, states, and events when equatable: false
  • Streamlined DioClient and HttpClient to expose direct instances

2.1.0 #

  • New default features on project create: home and auth
  • Concise, icon-based output with clear next steps
  • Quiet mode for generators to reduce noise (only final messages)
  • Dynamic summary showing generated features and folders (without lib prefix)
  • Improved README with usage and tips

1.0.3 #

  • Make CLI platform-agnostic by replacing interact with stdin/stdout prompts
  • Add dartdoc to public API (commands, config, core)
  • Improve pubspec metadata (repository, issue tracker, topics)
  • Update README with pub activation instructions

1.0.0 #

  • Initial version.
2
likes
160
points
72
downloads

Documentation

API reference

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

MIT (license)

Dependencies

args, interact, io, path

More

Packages that depend on fbloc_cli