-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
pubspec.yaml
63 lines (54 loc) · 1.39 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
name: timberr
description: A furniture shopping app made using Flutter, Firebase and Getx state management.
publish_to: 'none'
version: 2.0.0+2
environment:
sdk: '>=3.2.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
get: ^4.6.6
supabase_flutter: ^2.3.2
flutter_svg: ^2.0.9
cached_network_image: ^3.3.1
lottie: ^3.0.0
url_launcher: ^6.2.4
image_picker: ^1.0.7
razorpay_flutter: ^1.3.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter:
uses-material-design: true
assets:
- assets/
- assets/icons/
- assets/lottie/
- assets/fonts/
fonts:
- family: NunitoSans
fonts:
- asset: assets/fonts/NunitoSans_Regular.ttf
- asset: assets/fonts/NunitoSans_Light.ttf
weight: 300
- asset: assets/fonts/NunitoSans_SemiBold.ttf
weight: 600
- asset: assets/fonts/NunitoSans_Bold.ttf
weight: 700
- asset: assets/fonts/NunitoSans_ExtraBold.ttf
weight: 800
- family: Gelasio
fonts:
- asset: assets/fonts/Gelasio_Regular.ttf
- asset: assets/fonts/Gelasio_Medium.ttf
weight: 500
- asset: assets/fonts/Gelasio_SemiBold.ttf
weight: 600
- asset: assets/fonts/Gelasio_Bold.ttf
weight: 700
- family: Merriweather
fonts:
- asset: assets/fonts/Merriweather_Regular.ttf
- asset: assets/fonts/Merriweather_Bold.ttf
weight: 700