-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
55 lines (43 loc) · 1.1 KB
/
pubspec.yaml
File metadata and controls
55 lines (43 loc) · 1.1 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
name: nutrition_tracker
description: A nutrition tracking app with Open Food Facts, Mealie integration, and OCR label scanning.
publish_to: 'none'
version: 1.0.1+2
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
# Existing dependencies
intl: ^0.18.0
openfoodfacts: ^3.27.0
http: ^1.2.0
hive: ^2.2.3
hive_flutter: ^1.1.0
# New dependencies for OCR scanner feature
image_picker: ^1.0.7
google_mlkit_text_recognition: ^0.11.0
permission_handler: ^11.3.0
# Barcode scanner
mobile_scanner: ^5.2.3
# File operations for import/export
file_picker: ^8.1.4
path_provider: ^2.1.5
share_plus: ^10.1.2
# OpenAI API for AI-powered food entry
dart_openai: ^5.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter_launcher_icons: ^0.13.1
flutter:
uses-material-design: true
assets:
- assets/yummer_icon.png
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/yummer_icon.png"
min_sdk_android: 21
adaptive_icon_foreground: "assets/yummer_icon.png"
adaptive_icon_background: "#FFFFFF"