oto/packages/flutter/oto_console/pubspec.yaml
toki fac57a96fd feat(client): 모듈형 OTO 콘솔 패키지를 추가한다
iop와 nomadcode가 같은 workspace에서 제품별 Flutter 콘솔을 위젯으로 삽입할 수 있어야 하므로 OTO client를 얇은 host 앱으로 정리하고 agent-shell 기반 embeddable console 패키지를 분리한다.
2026-06-06 18:14:06 +09:00

22 lines
376 B
YAML

name: oto_console
description: "Embeddable Flutter console widgets for OTO build and deploy operations."
version: 0.1.0
publish_to: 'none'
environment:
sdk: ^3.11.3
dependencies:
flutter:
sdk: flutter
agent_shell:
path: ../../../../agent-shell
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
uses-material-design: true