-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
63 lines (48 loc) · 1.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
name: fin_track
description: "A new Flutter project."
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: ^1.0.8
flutter_svg: ^2.0.10+1
country_picker: ^2.0.21
smooth_page_indicator: ^1.2.0+3
pinput: ^5.0.0
percent_indicator: ^4.2.3
table_calendar: ^3.1.2
dev_dependencies:
flutter_lints: ^2.0.1
flutter_launcher_icons: "^0.13.1"
flutter_test:
sdk: flutter
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/app_logo.png"
flutter_lints: ^4.0.0
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Thin.ttf
weight: 100
- asset: assets/fonts/Poppins-Light.ttf
weight: 300
- asset: assets/fonts/Poppins-Regular.ttf
weight: 400
- asset: assets/fonts/Poppins-Medium.ttf
weight: 500
- asset: assets/fonts/Poppins-SemiBold.ttf
weight: 600
- asset: assets/fonts/Poppins-Bold.ttf
weight: 700
- asset: assets/fonts/Poppins-ExtraBold.ttf
weight: 800