-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
87 lines (74 loc) · 1.67 KB
/
pubspec.yaml
File metadata and controls
87 lines (74 loc) · 1.67 KB
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
78
79
80
81
82
83
84
85
86
87
name: botc_helper
description: 'A Blood on the Clocktower Helper'
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.5+16
environment:
sdk: '>=2.19.0-255.2.beta <3.0.0'
dependencies:
flutter:
sdk: flutter
collection: any
drift: any
file_picker: any
flutter_riverpod_restorable: any
flutter_riverpod: any
flutter_sticky_header: any
freezed_annotation: any
json_annotation: any
path_provider: any
path: any
sqlite3_flutter_libs: any
uuid: any
wakelock: any
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: any
drift_dev: any
flutter_gen_runner: any
flutter_lints: any
freezed: any
icons_launcher: any
json_serializable: any
dependency_overrides:
drift:
git:
url: https://github.com/simolus3/drift.git
ref: develop
path: drift
drift_dev:
git:
url: https://github.com/simolus3/drift.git
ref: develop
path: drift_dev
sqlparser:
git:
url: https://github.com/simolus3/drift.git
ref: develop
path: sqlparser
sqlite3_flutter_libs:
git:
url: https://github.com/simolus3/sqlite3.dart.git
ref: main
path: sqlite3_flutter_libs
flutter:
uses-material-design: true
assets:
- assets/data/
- assets/images/
flutter_gen:
output: lib/util/
icons_launcher:
image_path: icons/app.png
platforms:
android:
enable: true
adaptive_background_image: icons/app_background.png
adaptive_foreground_image: icons/app_foreground.png
adaptive_round_image: icons/app_round.png
ios:
enable: true
macos:
enable: true
image_path: icons/app_macos.png
scripts: scripts.yaml