-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
31 lines (27 loc) · 721 Bytes
/
pubspec.yaml
File metadata and controls
31 lines (27 loc) · 721 Bytes
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
name: transaction
description: A Transaction App
version: 1.0.0
environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.2
cached_network_image: ^0.5.1
flutter_slidable: 0.4.9
flutter:
uses-material-design: true
fonts:
- family: NunitoSans
fonts:
- asset: assets/fonts/NunitoSans-Bold.ttf
weight: 700
- asset: assets/fonts/NunitoSans-Regular.ttf
weight: 400
- asset: assets/fonts/NunitoSans-Light.ttf
weight: 300
- asset: assets/fonts/NunitoSans-ExtraLight.ttf
weight: 200
assets:
- assets/images/landing_page_decoration.png
- assets/images/landing_page_logo.png