-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
38 lines (38 loc) · 914 Bytes
/
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
name: application
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
get: ^4.1.4
pull_to_refresh: ^2.0.0
cupertino_icons: ^1.0.0
connectivity_plus: ^1.4.0
shared_preferences: ^2.0.7
cached_network_image: ^3.1.0
flutter_svg: ^0.22.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
fonts:
- family: Nunito
fonts:
- asset: assets/fonts/nunitoblack900.ttf
weight: 900
- asset: assets/fonts/nunitobold700.ttf
weight: 700
- asset: assets/fonts/nunitoregular400.ttf
weight: 400
- asset: assets/fonts/nunitoextrabold800.ttf
weight: 800
- family: Sunflower
fonts:
- asset: assets/fonts/sunflowerbold700.ttf
weight: 700