-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
66 lines (56 loc) · 1.39 KB
/
pubspec.yaml
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
name: howismyfood
description: "A new Flutter project."
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.2.3 <4.0.0'
dependencies:
camera: ^0.10.5+9
easy_localization: ^3.0.6
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_zxing: ^1.5.2
fluttertoast: ^8.2.5
google_mlkit_object_detection: ^0.13.0
icons_plus: ^5.0.0
intl: ^0.18.1
material_symbols_icons: ^4.2741.0
objectbox: ^2.5.1
objectbox_flutter_libs: any
path: ^1.8.3
path_provider: ^2.1.3
rename: ^3.0.2
shared_preferences: ^2.2.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: "^0.13.1"
flutter_lints: ^2.0.0
build_runner: ^2.4.9
objectbox_generator: any
flutter:
uses-material-design: true
# Enable generation of localized Strings from arb files.
generate: true
assets:
# Add assets from the images directory to the application.
- assets/images/
- assets/translations/
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/logo.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/images/logo.png"
windows:
generate: true
image_path: "assets/images/logo.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/images/logo.png"