bloc_signals_devtools 1.0.2
bloc_signals_devtools: ^1.0.2 copied to clipboard
Dedicated Flutter DevTools extension UI for inspecting BlocSignal containers.
1.0.2 #
- Package and distribute dedicated DevTools extension with
extension/devtools/config.yamland precompiled web assets (extension/devtools/build/). - Add live VM Service integration in
lib/main.dartconnecting toserviceManagerto streambloc_signal.*events and queryext.bloc_signal.getInstancesandext.bloc_signal.getHistory. - Support
isLoading,errorMessage,onRefresh, andonSelectInstancehooks onBlocSignalsDevToolsExtension. - Add DevTools extension validation to workspace test runner.
1.0.1 #
- Support interactive history entry selection in
TimelineTracePaneland wire selection state toStateDiffInspectorinBlocSignalsDevToolsExtension. - Reconcile DevTools RPC event inspection contracts with
bloc_signals1.5.0.
1.0.0 #
- Official 1.0.0 production release.
0.9.0 #
- Staging release candidate for the 1.0.0 production milestone.
- Performance optimizations for DevTools instance tree filtering and timeline event history rendering.
0.1.2 #
- Add comprehensive ecosystem package cross-linking table and motto to README.
- Add runnable
@examplecode blocks across all DevTools UI inspector widgets (BlocSignalsDevToolsExtension,InstanceTreeView,LeakDetectorBadge,StateDiffInspector,TimelineTracePanel).
0.1.0 #
- Initial release of
bloc_signals_devtoolsextension UI components. - Instance tree view with real-time search filtering.
- Chronological timeline & transition trace panel.
- Interactive state diff inspector.
- Container leak detector badge.