-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
92 lines (66 loc) · 1.58 KB
/
pubspec.yaml
File metadata and controls
92 lines (66 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
name: wing_man
description: "Wingman - Local AI Dating Assistant"
publish_to: 'none'
version: 1.7.13+14
environment:
sdk: ^3.9.2
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
# Local LLM - flutter_gemma for on-device Gemma inference
flutter_gemma: ^0.11.13
# State management
flutter_riverpod: ^3.0.3
riverpod_annotation: ^3.0.3
# Local database for CRM
hive: ^2.2.3
hive_flutter: ^1.1.0
# Speech recognition
speech_to_text: ^7.3.0
# Text to speech for pronunciation
flutter_tts: ^4.2.3
# File picking for model loading
file_picker: ^10.3.8
# Path utilities
path_provider: ^2.1.2
path: ^1.8.3
# Permissions
permission_handler: ^12.0.1
# Routing
go_router: ^17.0.1
# UUID for unique IDs
uuid: ^4.2.2
# Environment variables
flutter_dotenv: ^6.0.0
# Shared preferences
shared_preferences: ^2.2.2
# Image picker for screenshots
image_picker: ^1.0.7
google_fonts: ^6.3.3
flutter_local_notifications: ^19.5.0
# Timezone for scheduled notifications
timezone: ^0.10.1
# Logging
logger: ^2.5.0
flutter_markdown_plus: ^1.0.6
# Liquid Glass UI effects
liquid_glass_easy: ^1.1.1
# Video player for animated backgrounds
video_player: ^2.9.3
# Localization support
flutter_localizations:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
hive_generator: ^2.0.1
build_runner: ^2.4.13
riverpod_generator: ^3.0.0-dev.11
flutter:
uses-material-design: true
assets:
- assets/models/
- assets/videos/
- .env