Files
captain-mobile/pubspec.yaml
ARCHITECT 7565d6caef Fix: remove custom fonts, add launcher icons
- Remove JetBrainsMono font assets (using google_fonts instead)
- Add adaptive icon and PNG fallbacks for launcher
- Build successful: app-release.apk (23.7MB)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 22:16:55 +00:00

44 lines
631 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