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 | |
abc_bloc_inspector_devtools_extension | N/A |
- abc_bloc_inspector
- flutter package included
AbcBlocInspectorObserver
,StateReplayBloc
andabc_bloc_inspector_devtools_extension
- flutter package included
- abc_bloc_inspector_devtools_extension
- Devtools extension source