-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
53 lines (43 loc) · 1.06 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
name: artuaista
description: A new Flutter project.
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
http: ^0.13.5
flutter_dotenv: ^5.0.2
restart_app: ^1.1.0+1
flutter_svg: ^1.1.4
url_launcher: ^6.1.5
shared_preferences: ^2.0.15
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- drawable/images/
- drawable/icons/
- .env
fonts:
- family: RedHatDisplay
fonts:
- asset: fonts/red_hat_display_light.ttf
weight: 300
- asset: fonts/red_hat_display_regular.ttf
weight: 400
- asset: fonts/red_hat_display_medium.ttf
weight: 500
- asset: fonts/red_hat_display_semi_bold.ttf
weight: 600
- asset: fonts/red_hat_display_bold.ttf
weight: 700
- asset: fonts/red_hat_display_extra_bold.ttf
weight: 800
- asset: fonts/red_hat_display_black.ttf
weight: 900