# abc-bloc-inspector **Repository Path**: mirrors_line/abc-bloc-inspector ## Basic Information - **Project Name**: abc-bloc-inspector - **Description**: The ABC Bloc Inspector provides a comprehensive suite of tools for bloc debugging and managing state in Flutter applications. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-22 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ABC Bloc Inspector ## Overview The ABC Bloc Inspector provides a comprehensive suite of tools for bloc debugging and managing state in Flutter applications. The package includes advanced utilities like `AbcBlocInspectorObserver` for tracking state changes and `StateReplayBloc` for state manipulation. The DevTools Extension enhances this functionality with flow graph visualization of bloc states and events, offering a robust environment for testing and debugging. | Package | Pub | | ------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------- | | [abc_bloc_inspector](https://github.com/line/abc-bloc-inspector/tree/main/packages/abc_bloc_inspector) | [![pub package](https://img.shields.io/pub/v/abc_bloc_inspector.svg)](https://pub.dev/packages/abc_bloc_inspector) | | [abc_bloc_inspector_devtools_extension](https://github.com/line/abc-bloc-inspector/tree/main/packages/abc_bloc_inspector_devtools_extension)|N/A | ## Documentation - [ABC Bloc Inspector Package](./packages/abc_bloc_inspector/README.md) - [ABC Bloc Inspector Devtools Extension](./packages//abc_bloc_inspector_devtools_extension/README.md) ## Folder Structure - abc_bloc_inspector - flutter package included `AbcBlocInspectorObserver`, `StateReplayBloc` and `abc_bloc_inspector_devtools_extension` - abc_bloc_inspector_devtools_extension - Devtools extension source