https://github.com/line/abc-bloc-inspector
The ABC Bloc Inspector provides a comprehensive suite of tools for bloc debugging and managing state in Flutter applications.
https://github.com/line/abc-bloc-inspector
bloc dart devtools-extension flutter
Last synced: 11 months ago
JSON representation
The ABC Bloc Inspector provides a comprehensive suite of tools for bloc debugging and managing state in Flutter applications.
- Host: GitHub
- URL: https://github.com/line/abc-bloc-inspector
- Owner: line
- License: apache-2.0
- Created: 2025-05-19T05:58:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-30T10:25:54.000Z (about 1 year ago)
- Last Synced: 2025-06-08T08:07:23.435Z (about 1 year ago)
- Topics: bloc, dart, devtools-extension, flutter
- Language: JavaScript
- Homepage:
- Size: 7.06 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
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) | [](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