-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
67 lines (53 loc) · 1.47 KB
/
pubspec.yaml
File metadata and controls
67 lines (53 loc) · 1.47 KB
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
name: bKash_flutter
description: Flutter mvc architecture with getx state managment
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.6 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
# State managment
get: ^4.6.5
# Carousel Slider
carousel_slider:
intl_phone_field: ^3.1.0
otp_text_field: ^1.1.3
lottie:
shared_preferences:
http:
image_picker:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/images/icons/
- assets/animations/
- assets/svg/
- assets/HomePage/
fonts:
- family: Urbanist
fonts:
- asset: assets/fonts/Urbanist/Urbanist-Black.ttf
weight: 900
- asset: assets/fonts/Urbanist/Urbanist-Bold.ttf
weight: 700
- asset: assets/fonts/Urbanist/Urbanist-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Urbanist/Urbanist-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Urbanist/Urbanist-Light.ttf
weight: 300
- asset: assets/fonts/Urbanist/Urbanist-Medium.ttf
weight: 500
- asset: assets/fonts/Urbanist/Urbanist-Regular.ttf
weight: 400
- asset: assets/fonts/Urbanist/Urbanist-SemiBold.ttf
weight: 600
- asset: assets/fonts/Urbanist/Urbanist-Thin.ttf
weight: 100