-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
77 lines (72 loc) · 1.8 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
name: gloomhaven_decks
description: A companion app for the popular board game Gloomhaven.
#version: 1.1.1
# homepage: https://www.example.com
environment:
sdk: '>=2.7.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
provider: ^3.0.0
path_provider: ^1.6.7
wakelock: ^0.1.4+1
shared_preferences: ^0.5.7
recase: ^3.0.0
sentry: ^3.0.1
url_launcher: ^5.0.0
rate_my_app: ^0.6.1+6
fluttertoast: ^7.0.1+1
dev_dependencies:
pedantic: ^1.8.0
test: ^1.6.0
flutter_test:
sdk: flutter
flutter:
fonts:
- family: CharacterIcons
fonts:
- asset: fonts/CharacterIcons.ttf
- family: InfusionIcons
fonts:
- asset: fonts/InfusionIcons.ttf
- family: AttackEffectIcons
fonts:
- asset: fonts/AttackEffectIcons.ttf
- family: ConditionIcons
fonts:
- asset: fonts/ConditionIcons.ttf
- family: MiscIcons
fonts:
- asset: fonts/MiscIcons.ttf
- family: ItemTypeIcons
fonts:
- asset: fonts/ItemTypeIcons.ttf
- family: PirataOne
fonts:
- asset: fonts/PirataOne-Gloomhaven.ttf
assets:
- images/cards/base/
- images/cards/item_effect/
- images/cards/beasttyrant/
- images/cards/berserker/
- images/cards/brute/
- images/cards/cragheart/
- images/cards/doomstalker/
- images/cards/mindthief/
- images/cards/nightshroud/
- images/cards/plagueherald/
- images/cards/quartermaster/
- images/cards/sawbones/
- images/cards/scoundrel/
- images/cards/soothsinger/
- images/cards/spellweaver/
- images/cards/summoner/
- images/cards/sunkeeper/
- images/cards/tinkerer/
- images/cards/elementalist/
- images/cards/diviner/
- images/backgrounds/
- images/attack_modifiers/
- images/items/
- images/
uses-material-design: true