-
Notifications
You must be signed in to change notification settings - Fork 13
/
pubspec.yaml
70 lines (50 loc) · 1.06 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
name: nibbles_ecommerce
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.5 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_svg:
firebase_core:
cloud_firestore:
firebase_auth:
smooth_page_indicator:
buttons_tabbar:
equatable:
flutter_bloc:
carousel_slider:
flutter_barcode_scanner:
url_launcher:
connectivity_plus:
firebase_messaging:
flutter_local_notifications:
table_calendar:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/svg/
- assets/png/
- assets/png/categories/
- assets/png/meals/
- assets/png/offers/
- assets/png/social/
- assets/png/steps/
- assets/png/products/
- assets/png/payment/
fonts:
- family: Form
fonts:
- asset: assets/fonts/Form-Medium.ttf
weight: 600
- asset: assets/fonts/Form-Light.ttf
weight: 200
- asset: assets/fonts/Form-Bold.ttf
weight: 900