-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
102 lines (91 loc) · 2.25 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
name: t_store
description: "T Store"
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ^3.5.0
dependencies:
flutter:
sdk: flutter
cupertino_icons:
flutter_bloc:
iconsax:
cached_network_image:
capped_progress_indicator:
carousel_slider:
dartz:
dio:
equatable:
firebase_auth:
firebase_core:
flutter_native_splash:
flutter_rating_bar:
get_it:
google_sign_in:
http:
image_picker:
intl:
logger:
lottie:
readmore:
shared_preferences:
smooth_page_indicator:
url_launcher:
flutter_launcher_icons:
shimmer:
mailer:
geolocator:
flutter_dotenv:
geocoding:
permission_handler:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints:
flutter:
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/images/animations/
- assets/images/banners/
- assets/images/products/
- assets/images/reviews/
- assets/images/on_boarding_images/
- assets/images/content/
- assets/icons/categories/
- assets/icons/brands/
- assets/icons/payment_methods/
- assets/images/
- assets/logos/
fonts:
- family: Coolvetica
fonts:
- asset: assets/fonts/coolvetica_regular.otf
- asset: assets/fonts/coolvetica_regular_italic.otf
style: italic
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Regular.ttf
- asset: assets/fonts/Poppins-Italic.ttf
style: italic
- asset: assets/fonts/Poppins-SemiBold.ttf
weight: 600
- asset: assets/fonts/Poppins-Bold.ttf
weight: 700
- asset: assets/fonts/Poppins-Medium.ttf
weight: 500
- asset: assets/fonts/Poppins-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/Poppins-SemiBoldItalic.ttf
weight: 600
style: italic
- asset: assets/fonts/Poppins-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/Poppins-Light.ttf
weight: 300
- asset: assets/fonts/Poppins-LightItalic.ttf
weight: 300
style: italic