-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
89 lines (73 loc) · 1.6 KB
/
Copy pathpubspec.yaml
File metadata and controls
89 lines (73 loc) · 1.6 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
name: hey_bolo
description: "Hey Bolo - AI Voice Assistant"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.3.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
# State Management
flutter_riverpod: ^2.5.1
riverpod_annotation: ^2.3.5
# Navigation
go_router: ^14.3.0
# Voice & Speech
speech_to_text: ^7.3.0
flutter_tts: ^4.0.2
permission_handler: ^11.3.1
audio_session: ^0.1.21
# AI APIs
google_generative_ai: ^0.4.6
http: ^1.2.2
dio: ^5.7.0
# Supabase
supabase_flutter: ^2.5.3
# Device Actions & Intents
url_launcher: ^6.3.0
android_intent_plus: ^4.0.2
installed_apps: ^1.5.0
flutter_contacts: ^1.1.9
phone_state: ^2.1.0
battery_plus: ^6.1.0
# UI & Animations
lottie: ^3.1.2
flutter_animate: ^4.5.0
google_fonts: ^6.2.1
animated_text_kit: ^4.2.2
flutter_svg: ^2.0.10+1
shimmer: ^3.0.0
# Storage & Utilities
shared_preferences: ^2.3.2
hive_flutter: ^1.1.0
hive: ^2.2.3
path_provider: ^2.1.4
uuid: ^4.4.2
intl: ^0.19.0
flutter_dotenv: ^5.2.1
logger: ^2.4.0
vector_math: ^2.1.4
# Agent Engines & Native
flutter_overlay_window: ^0.4.2
flutter_foreground_task: ^6.1.1
web_socket_channel: ^3.0.3
# Icons
cupertino_icons: ^1.0.8
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
build_runner: ^2.4.12
riverpod_generator: ^2.4.0
flutter_launcher_icons: ^0.13.1
flutter:
uses-material-design: true
assets:
- assets/
- assets/animations/
- assets/images/
- .env
flutter_launcher_icons:
android: "launcher_icon"
image_path: "assets/images/app_icon.png"
min_sdk_android: 21