-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpubspec.yaml
More file actions
63 lines (43 loc) · 1.09 KB
/
pubspec.yaml
File metadata and controls
63 lines (43 loc) · 1.09 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
name: Heybro
description: "100% On-Device AI Agent with Flutter + Kotlin + Chaquopy"
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
# HTTP client (kept for other potential uses, though Gemini SDK handles its own requests)
http: ^1.1.0
# Standard Gemini API SDK
google_generative_ai: ^0.4.4
# JSON handling
json_annotation: ^4.8.1
# Secure storage for API keys
flutter_secure_storage: ^9.2.2
# Cryptography utilities
crypto: ^3.0.3
# UI utilities
cupertino_icons: ^1.0.2
# Logging and debugging
logger: ^2.0.2+1
# Shared preferences for settings
shared_preferences: ^2.2.2
# Permission handling
permission_handler: ^11.0.1
# SVG support
flutter_svg: ^2.0.7
share_plus: ^12.0.1
path_provider: ^2.1.5
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
json_serializable: ^6.7.1
build_runner: ^2.4.7
flutter:
uses-material-design: true
assets:
- assets/
- assets/hey-bro.ppn
# App icons and launch images will be handled by flutter_launcher_icons