Change PIN to 1451
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
45
apps/captain-mobile-v2/flutter/pubspec.yaml
Normal file
45
apps/captain-mobile-v2/flutter/pubspec.yaml
Normal file
@@ -0,0 +1,45 @@
|
||||
name: captain_mobile_v2
|
||||
description: "Captain Claude Mobile - Chat with Claude"
|
||||
publish_to: 'none'
|
||||
version: 2.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ^3.5.4
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
cupertino_icons: ^1.0.8
|
||||
|
||||
# State management
|
||||
provider: ^6.1.1
|
||||
|
||||
# Networking
|
||||
web_socket_channel: ^2.4.0
|
||||
http: ^1.2.0
|
||||
|
||||
# Markdown rendering
|
||||
flutter_markdown: ^0.6.18
|
||||
|
||||
# Syntax highlighting
|
||||
flutter_highlight: ^0.7.0
|
||||
highlight: ^0.7.0
|
||||
|
||||
# Storage
|
||||
shared_preferences: ^2.2.2
|
||||
|
||||
# UI helpers
|
||||
google_fonts: ^6.1.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^4.0.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
|
||||
fonts:
|
||||
- family: JetBrainsMono
|
||||
fonts:
|
||||
- asset: assets/fonts/JetBrainsMono-Regular.ttf
|
||||
Reference in New Issue
Block a user