-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
57 lines (50 loc) · 1.33 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
name: monument_platformer
description: An open-source minimalist platformer game
version: 0.1.0+1
environment:
sdk: ">=2.6.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# Cupertino Icons font
cupertino_icons: ^0.1.2
flame: ^0.22.0
shared_preferences: ^0.5.7+2
json_annotation: ^3.0.1
path_provider: ^1.6.8
dev_dependencies:
flutter_test:
sdk: flutter
json_serializable: ^3.2.5
build_runner: ^1.7.4
effective_dart: ^1.2.1
# Flutter specific config
flutter:
# Material Icons class
uses-material-design: true
fonts:
- family: PT Sans
fonts:
- asset: assets/fonts/PTSans-Regular.ttf
- asset: assets/fonts/PTSans-Italic.ttf
style: italic
- asset: assets/fonts/PTSans-Bold.ttf
weight: 700
- asset: assets/fonts/PTSans-BoldItalic.ttf
style: italic
weight: 700
- family: Fira Code
fonts:
- asset: assets/fonts/FiraCode-Light.ttf
weight: 300
- asset: assets/fonts/FiraCode-Regular.ttf
weight: 400
- asset: assets/fonts/FiraCode-Medium.ttf
weight: 500
- asset: assets/fonts/FiraCode-SemiBold.ttf
weight: 600
- asset: assets/fonts/FiraCode-Bold.ttf
weight: 700
- family: Baloo
fonts:
- asset: assets/fonts/Baloo-Regular.ttf