Initial commit: Captain Claude Mobile App

- 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>
This commit is contained in:
ARCHITECT
2026-01-16 18:34:02 +00:00
commit 3663e4c622
31 changed files with 2343 additions and 0 deletions

50
pubspec.yaml Normal file
View File

@@ -0,0 +1,50 @@
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