-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpubspec.yaml
177 lines (173 loc) · 5.63 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
name: dungeon_paper
description: A Dungeon World character sheet app written with Flutter.
version: 2.0.11+323
# The above field defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
environment:
sdk: '>=3.3.0'
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
animations: ^2.0.2
cached_network_image: ^3.3.0
cloud_firestore: ^5.2.1
cupertino_icons: ^1.0.2
# dungeon_world_data:
# path: ../dungeon_world_data
dungeon_world_data: ^3.1.1
dynamic_themes: ^1.1.0
email_validator: ^3.0.0
firebase_auth: ^5.1.4
firebase_core: ^3.3.0
firebase_remote_config: ^5.0.4
firebase_storage: ^12.1.3
file_picker: ^8.0.6
flutter:
sdk: flutter
flutter_file_dialog: ^3.0.2
flutter_markdown: ^0.7.3
flutter_native_splash: ^2.4.1
flutter_svg: ^2.0.9
google_sign_in: ^6.2.1
google_sign_in_ios: ^5.7.0
http: ^1.2.2
# i18n: ^4.0.8
# i18n:
# path: ../i18n
i18n:
git:
url: https://github.com/chenasraf/i18n.git
ref: master
icons_launcher: ^2.0.2
image_cropper: ^8.0.1
intl: ^0.19.0
localstore: ^1.2.1
markdown: ^7.1.1
package_info_plus: ^8.0.0
path: ^1.8.1
path_provider: ^2.0.9
popover: ^0.3.0+1
provider: ^6.1.2
pub_semver: ^2.1.4
sentry: ^8.7.0
sentry_flutter: ^8.7.0
shared_preferences: ^2.0.13
sign_in_with_apple: ^6.1.1
skeleton_loader: ^2.0.0+4
string_similarity: ^2.0.0
system_date_time_format: ^1.2.1
url_launcher: ^6.0.20
uuid: ^4.2.2
wakelock_plus: ^1.2.7
wheel_spinner: ^0.7.2
window_manager: ^0.4.0
easy_debounce: ^2.0.3
# wheel_spinner:
# path: ../wheel_spinner
dev_dependencies:
args: ^2.3.0
btool: ^0.1.4
build_runner: ^2.4.1
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
script_runner: ^0.7.4
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
assets:
- assets/images/logo.png
# For more information about importing assets:
# https://flutter.dev/assets-and-images/
fonts:
- family: DwIcons
fonts:
- asset: assets/fonts/DwIcons.ttf
- family: Nunito
fonts:
- asset: assets/fonts/Nunito/Nunito-Black.ttf
weight: 900
- asset: assets/fonts/Nunito/Nunito-BlackItalic.ttf
weight: 900
style: italic
- asset: assets/fonts/Nunito/Nunito-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Nunito/Nunito-ExtraBoldItalic.ttf
weight: 800
style: italic
- asset: assets/fonts/Nunito/Nunito-Bold.ttf
weight: 700
- asset: assets/fonts/Nunito/Nunito-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/Nunito/Nunito-SemiBold.ttf
weight: 600
- asset: assets/fonts/Nunito/Nunito-SemiBoldItalic.ttf
weight: 600
style: italic
- asset: assets/fonts/Nunito/Nunito-Regular.ttf
weight: 400
# - asset: assets/fonts/Nunito/Nunito-RegularItalic.ttf
# weight: 400
# style: italic
- asset: assets/fonts/Nunito/Nunito-Light.ttf
weight: 300
- asset: assets/fonts/Nunito/Nunito-LightItalic.ttf
weight: 300
style: italic
- asset: assets/fonts/Nunito/Nunito-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Nunito/Nunito-ExtraLightItalic.ttf
weight: 200
style: italic
flutter_intl:
enabled: true
flutter_native_splash:
color: '#fcf5e5'
color_dark: '#1c1e21'
image: 'assets/images/logo.png'
icons_launcher:
image_path: 'assets/images/logo.png'
platforms:
android:
enable: true
image_path: 'assets/images/launcher_icons/android.png'
web:
enable: true
favicon_path: 'assets/images/logo.png'
ios:
enable: true
image_path: 'assets/images/launcher_icons/ios.png'
macos:
enable: true
image_path: 'assets/images/launcher_icons/ios.png'
windows:
enable: true
linux:
enable: true
remove_alpha_ios: true
remove_alpha_macos: true
sentry:
upload_debug_symbols: true
upload_source_maps: true
upload_sources: true