-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
105 lines (97 loc) · 2.28 KB
/
Copy pathpubspec.yaml
File metadata and controls
105 lines (97 loc) · 2.28 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
93
94
95
96
97
98
99
100
101
102
103
104
105
name: macroaize
description: "Track meals, calories, Workouts and more with MacroAize"
publish_to: 'none'
version: 1.0.0+17
environment:
sdk: ">=3.7.2 <4.0.0"
dependencies:
flutter:
sdk: flutter
# UI
font_awesome_flutter: ^10.7.0
cupertino_icons: ^1.0.8
get: ^4.7.2
shared_preferences: ^2.5.2
carousel_slider: ^5.0.0
intl: ^0.20.2
camera: ^0.11.1
image_cropper: ^9.0.0
image_picker: ^1.1.2
image: ^4.3.0
path: ^1.9.0
path_provider: ^2.1.5
url_launcher: ^6.3.1
http: ^1.3.0
sqflite: ^2.4.2
drift: ^2.23.1
drift_flutter: ^0.2.4
sqlite3_flutter_libs: ^0.5.29
syncfusion_flutter_charts: ^29.1.35
fluttertoast: ^8.2.12
in_app_purchase: ^3.2.1
purchases_flutter: ^8.0.0
dart_openai: ^5.1.0
lottie: ^3.3.1
speech_to_text: ^7.0.0
visibility_detector: ^0.4.0+2
flutter_dotenv: ^5.1.0
share_plus: ^10.1.4
screenshot: ^3.0.0
# Firebase & Auth
firebase_core: ^3.6.0
firebase_auth: ^5.3.1
google_sign_in: ^6.2.1
sign_in_with_apple: ^7.0.1
crypto: ^3.0.3
cloud_firestore: ^5.4.4
cloud_functions: ^5.1.4
firebase_messaging: ^15.1.3
package_info_plus: ^8.0.2
home_widget: ^0.7.0
in_app_review: ^2.0.9
mobile_scanner: ^6.0.2
rxdart: ^0.28.0
flutter_local_notifications: ^20.0.0
timezone: ^0.10.1
firebase_remote_config: ^5.5.0
vector_math: ^2.2.0
pedometer: ^4.2.0
permission_handler: ^12.0.1
health: ^13.3.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.14.4
flutter_lints: ^5.0.0
mockito: ^5.4.4
build_runner: ^2.4.8
drift_dev: ^2.23.1
csv: ^6.0.0
sqlite3: ^2.7.6
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/icons/macroaize_ps.png"
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
- assets/lottie/
- assets/database/local_food.db
- lib/constant/foodLibrary.json
- lib/constant/recipeLibrary.json
- .env
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Regular.ttf
- family: PoppinsSemiBold
fonts:
- asset: assets/fonts/Poppins-SemiBold.ttf
- family: NotoSansArabic
fonts:
- asset: assets/fonts/NotoSansArabic-Regular.ttf
- family: NotoSansArabicSemiBold
fonts:
- asset: assets/fonts/NotoSansArabic-SemiBold.ttf