-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
72 lines (66 loc) · 1.85 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
name: snackk
description: Order ahead. Skip the line.
version: 1.1.0+5
homepage: https://snackk.app
dependencies:
flutter:
sdk: flutter
provider: ^2.0.0
connectivity: ^0.4.6+2
flutter_ringtone_player: ^2.0.0
firestore_helpers: ^3.2.1+1
firebase_auth: ^0.14.0+5
firebase_database: ^3.0.7
firebase_core: ^0.4.3+2
cloud_firestore: ^0.12.9+6
stripe_payment: ^1.0.4
uuid: ^2.0.2
mask_text_input_formatter: ^1.0.6
flutter_credit_card: ^0.1.3
intl: ^0.16.0
bubble_tab_indicator: ^0.1.4
firebase_messaging: ^6.0.9
dashed_container: ^1.0.1
flutter_icons:
android: true
ios: true
image_path: "assets/icons/snackk_icon_512.png"
dev_dependencies:
flutter_launcher_icons: "^0.7.3"
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
fonts:
- family: Montserrat
fonts:
- asset: assets/fonts/Montserrat-Black.otf
weight: 900
- asset: assets/fonts/Montserrat-BlackItalic.otf
weight: 900
style: italic
- asset: assets/fonts/Montserrat-Bold.otf
weight: 700
- asset: assets/fonts/Montserrat-BoldItalic.otf
weight: 700
style: italic
- asset: assets/fonts/Montserrat-Light.otf
weight: 300
- asset: assets/fonts/Montserrat-LightItalic.otf
weight: 300
style: italic
- asset: assets/fonts/Montserrat-Medium.otf
weight: 600
- asset: assets/fonts/Montserrat-MediumItalic.otf
weight: 600
style: italic
- asset: assets/fonts/Montserrat-Regular.otf
weight: 400
- asset: assets/fonts/Montserrat-Italic.otf
weight: 400
style: italic
- asset: assets/fonts/Montserrat-Thin.otf
weight: 100
- asset: assets/fonts/Montserrat-ThinItalic.otf
weight: 100
style: italic