An open API service indexing awesome lists of open source software.

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.

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) | [![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