- Flutter app with chat and terminal screens - WebSocket integration for real-time chat - xterm integration for screen sessions - Markdown rendering with code blocks - JWT authentication Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
51 lines
813 B
YAML
51 lines
813 B
YAML
name: captain_mobile
|
|
description: Captain Claude Mobile App - Chat and Terminal access
|
|
|
|
publish_to: 'none'
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
# State management
|
|
provider: ^6.1.1
|
|
|
|
# Networking
|
|
dio: ^5.4.0
|
|
web_socket_channel: ^2.4.0
|
|
|
|
# Storage
|
|
flutter_secure_storage: ^9.0.0
|
|
shared_preferences: ^2.2.2
|
|
|
|
# UI
|
|
flutter_markdown: ^0.6.18
|
|
google_fonts: ^6.1.0
|
|
|
|
# Terminal
|
|
xterm: ^4.0.0
|
|
|
|
# Utilities
|
|
uuid: ^4.2.2
|
|
intl: ^0.19.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^3.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
fonts:
|
|
- family: JetBrainsMono
|
|
fonts:
|
|
- asset: assets/fonts/JetBrainsMono-Regular.ttf
|
|
- asset: assets/fonts/JetBrainsMono-Bold.ttf
|
|
weight: 700
|