-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
61 lines (51 loc) · 1.22 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
name: swallet
description: A minimal money manager
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=2.17.6 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
get: ^4.6.5
firebase_core: ^1.20.0
get_storage: ^2.0.3
material_color_generator: ^1.1.0
feather_icons: ^1.2.0
simple_animations: ^4.2.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_launcher_icons: ^0.9.3
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icons/swallet.png"
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/images/
- assets/fonts/
- assets/json/
fonts:
- family: Chillax
fonts:
- asset: assets/fonts/Chillax-Regular.otf
- asset: assets/fonts/Chillax-SemiBold.otf
weight: 600
style: normal
- asset: assets/fonts/Chillax-Medium.otf
weight: 500
style: normal
- asset: assets/fonts/Chillax-Bold.otf
weight: 400
style: normal
- asset: assets/fonts/Chillax-Light.otf
weight: 300
style: normal
- asset: assets/fonts/Chillax-ExtraLight.otf
weight: 200
style: normal