-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
64 lines (56 loc) · 1.33 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
name: ecom
description: A new Flutter project.
publish_to: "none"
version: 0.1.0
environment:
sdk: ">=3.0.5 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_dotenv: ^5.1.0
flutter_svg: ^2.0.7
fluttertoast: ^8.2.2
share_plus: ^7.0.2
lottie: ^2.4.0
flutter_cached_pdfview: ^0.4.2
provider: ^6.0.5
flutter_secure_storage: ^8.0.0
dio: ^5.3.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_native_splash:
flutter_native_splash:
image: Assets/splash2.png
color: "#FFE141"
ios: false
web: false
android_12:
image: Assets/splash2.png
icon_background_color: "#FFE141"
flutter:
uses-material-design: true
assets:
- Assets/
- Assets/cimgs/
- Assets/Categories/
- Assets/SubCategories/
- Assets/Products/
- Assets/Images/
fonts:
- family: Catamaran
fonts:
- asset: Assets/Fonts/Catamaran-Regular.ttf
- asset: Assets/Fonts/Catamaran-Bold.ttf
weight: 700
- asset: Assets/Fonts/Catamaran-ExtraBold.ttf
weight: 800
- asset: Assets/Fonts/Catamaran-Light.ttf
weight: 300
- asset: Assets/Fonts/Catamaran-Medium.ttf
weight: 500
- asset: Assets/Fonts/Catamaran-Thin.ttf
weight: 100
- asset: Assets/Fonts/Catamaran-SemiBold.ttf
weight: 600