-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
75 lines (64 loc) · 1.55 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
name: magic_deck_manager
description: A deck manager for magic the gathering.
publish_to: 'none'
version: 0.3.0+8
environment:
sdk: '>=3.0.6 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
json_annotation: ^4.8.1
sqflite: ^2.3.0
path: ^1.8.3
sqflite_common_ffi: ^2.3.0+2
uuid: ^4.1.0
flutter_svg: ^2.0.7
shared_preferences: ^2.2.2
collection:
package_info_plus: ^7.0.0
url_launcher: ^6.1.14
dynamic_color: ^1.6.9
string_normalizer: ^0.3.0
keyrune_icons_flutter: ^0.0.3
mana_icons_flutter: ^0.0.1
gap: ^3.0.1
fl_chart: ^0.68.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
build_runner: ^2.4.6
json_serializable: ^6.7.1
flutter_launcher_icons: "^0.13.1"
flutter:
uses-material-design: true
assets:
- data/cards_searchable.json
- data/SetList.json
- data/AllPrintings.sqlite
- assets/icon/logo.svg
fonts:
- family: CustomIcons
fonts:
- asset: fonts/CustomIcons.ttf
flutter_launcher_icons:
android: true
ios: true
remove_alpha_ios: true
image_path: "assets/icon/logo.png"
min_sdk_android: 21 # android min sdk min:16, default 21
adaptive_icon_background: "#274625"
adaptive_icon_foreground: "assets/icon/logo_fg.png"
web:
generate: true
image_path: "assets/icon/logo.png"
background_color: "#274625"
theme_color: "#274625"
windows:
generate: true
image_path: "assets/icon/logo.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/icon/logo.png"