Overview of the Bloc ecosystem packages
masterThe Bloc ecosystem is composed of several specialized packages depending on your target platform and requirements:
bloc: The core Dart APIs.flutter_bloc: Flutter-specific widgets for Bloc integration.bloc_test: APIs for testing Blocs.bloc_concurrency: Event transformers for managing event concurrency.hydrated_bloc: Support for caching and persistence.replay_bloc: Support for undo/redo functionality.angular_bloc: Components for AngularDart.bloc_tools: Command-line tools.bloc_lint: Custom linter for Bloc code.