iop/packages/flutter/iop_console/lib/iop_console.dart
toki 173af5729c feat: embeddable iop console workbench - m-embeddable-iop-console-workbench task implementation
- Add IopConsoleContract and IopConsoleOverview components
- Update iop_console.dart entry point
- Update iop_agent_panel with new console integration
- Update iop_console_shell for workbench embedding
- Add agent task documentation for m-embeddable-iop-console-workbench
2026-06-02 11:12:36 +09:00

5 lines
153 B
Dart

export 'src/iop_agent_panel.dart';
export 'src/iop_console_contract.dart';
export 'src/iop_console_shell.dart';
export 'src/iop_console_overview.dart';