qora_devtools_overlay 0.1.0
qora_devtools_overlay: ^0.1.0 copied to clipboard
In-app debug overlay for Qora. Injects a floating panel with Queries, Mutations, and Timeline tabs into the running Flutter app — zero overhead in release builds.
Changelog #
All notable changes to this project will be documented in this file.
[Unreleased] #
0.1.0 - 2026-02-28 #
Added #
OverlayTracker— implementsQoraTracker; fans out hook calls to typed streams with 200-event ring buffersQoraInspector— publicStatefulWidgetentry point; zero overhead in release builds viakDebugModeguard- Domain notifiers:
QueriesNotifier,MutationsNotifier,MutationInspectorNotifier,TimelineNotifier,CacheNotifier MutationDetail— view-model entity derived fromMutationEventfor the inspector panel- UI shell:
QoraFab,FabBadge,QoraPanel,PanelHeader,PanelTabBar,ResponsivePanelLayout - Panels:
QueriesPanelView,MutationsTabView,MutationInspectorColumn,TimelineTab - Shared widgets:
StatusBadge,ExpandableObject,BreadcrumbKey - Stub tabs:
WidgetTreeTab,DataDiffTab(coming soon) providerdependency forChangeNotifier-based state wiring- Initial package scaffold.