-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
79 lines (62 loc) · 1.36 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
67
68
69
70
71
72
73
74
75
76
77
78
79
name: app
description: "A JW POS APP"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.4.4 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.19.0
cupertino_icons: ^1.0.8
page_transition: ^2.1.0
shared_preferences: ^2.2.3
onboarding: ^4.0.2
curved_navigation_bar: ^1.0.3
provider: ^6.1.2
image_picker: ^1.1.2
path_provider: ^2.1.4
printing: ^5.13.2
pdf: ^3.11.1
hive: ^2.2.3
hive_flutter: ^1.1.0
collection: ^1.18.0
url_launcher: ^6.3.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: "^0.13.1"
hive_generator: ^2.0.1
build_runner: ^2.4.11
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/icon.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/icon.png"
icon_size: 48 # min:48, max:256, default: 48
flutter_lints: ^4.0.0
flutter:
uses-material-design: true
assets:
- assets/
- assets/icons/
- assets/onboarding/
- assets/gif/
- assets/users/
- assets/i18n/
- assets/i18n/en.json
- assets/i18n/es.json
fonts:
- family: Inter
fonts:
- asset: fonts/Inter-Medium.ttf