-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpubspec.yaml
More file actions
228 lines (215 loc) · 7.74 KB
/
Copy pathpubspec.yaml
File metadata and controls
228 lines (215 loc) · 7.74 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
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
name: torn_pda
description: Torn City personal assistant
publish_to: none
# The following 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
version: 3.15.0+673
environment:
sdk: ">=3.10.0"
flutter: ">=3.44.0"
dependencies:
flutter:
sdk: flutter
accessibility_tools: 2.6.0
android_intent_plus: 5.3.0
animations: 2.0.11
app_badge_plus: 1.2.3
app_links: 7.0.0
app_settings: 7.0.0
audioplayers: 6.5.0
auth_buttons: 3.0.3
bot_toast: 4.1.3
cloud_firestore: 6.6.0
cloud_functions: 6.3.3
collection: 1.19.1
connectivity_plus: 6.1.5
cookie_jar: 4.0.9
crypto: 3.0.7
csv: 6.0.0
cupertino_icons: 1.0.9
dart_ping: 9.0.1
dart_ping_ios: 4.0.2
dbcrypt: 2.0.0
dio: 5.9.2
device_info_plus: 11.5.0
easy_rich_text: 2.2.0
encrypt_shared_preferences: 0.9.10
envied: 1.2.1
expandable: 5.0.1
file_picker: 10.3.1
file_saver: 0.3.1
firebase_analytics: 12.4.3
firebase_auth: 6.5.4
firebase_core: 4.11.0
firebase_crashlytics: 5.2.4
firebase_database: 12.4.4
firebase_messaging: 16.4.1
firebase_remote_config: 6.5.3
fl_chart: 1.0.0
flex_color_picker: 3.7.1
sembast: 3.8.6
sqflite: 2.4.1
sqflite_common_ffi: ^2.4.2
flutter_font_icons: 3.0.0
flutter_inappwebview: 6.2.0-beta.3
flutter_local_notifications: 19.4.0
flutter_secure_storage: ^10.0.0
flutter_slidable: 4.0.3
flutter_speed_dial: 7.0.0
flutter_svg: 2.2.4
flutter_timezone: 4.1.1
flutter_xlider: 3.5.0
font_awesome_flutter: 11.0.0
# Temporary as per https://github.com/jonataslaw/getx/issues/3100
get: 5.0.0-release-candidate-9.3.3
google_sign_in: 7.1.0
home_widget:
git:
url: https://github.com/Manuito83/home_widget.git
## branch pda-dev-0.9.2
ref: 0de8dc63df940cd70453b9d05465836a24a226ce
path: packages/home_widget
html: 0.15.6
http: 1.5.0
internet_connection_checker_plus: 2.7.2
intl: 0.20.2
json_annotation: 4.9.0 # Used by swagger_dart_code_generator
lints: 6.0.0
flutter_material_design_icons: 3.1.0+7447
path_provider: 2.1.5
## Bug submitted for v4.2.5 (plane icon out of place)
percent_indicator: 4.2.3
flutter_refresh_rate_control: ^0.0.4+1
provider: 6.1.5+1
pull_to_refresh: 2.0.0
quick_actions: 1.1.0
receive_intent:
git:
url: https://github.com/daadu/receive_intent
ref: master
rxdart: 0.28.0
synchronized: 3.4.1+1
sendbird_chat_sdk: 4.7.0
share_plus: 12.0.0
shared_preferences: 2.5.5
showcaseview: 4.0.1
sign_in_with_apple: 7.0.1
timeline_tile: 2.0.0
timezone: 0.10.0
toastification: 3.0.3
toggle_switch: 2.3.0
uri_to_file: 1.0.0
url_launcher: 6.3.2
uuid: ^4.5.1
vibration: 3.1.8
wakelock_plus: 1.4.0
webview_flutter: 4.13.0
workmanager: 0.9.0+3
# Fork of flutter_inappwebview 6.2.0-beta.3 (branch torn-pda-dev, which merges
# several independent fixes, each tracked in its own branch and upstream PR):
# 1. Android: defer the JS bridge native registrations (addJavascriptInterface,
# addDocumentStartJavaScript) and the initial load IPC off the platform-view
# attach. Without this, onWebViewCreated fails to fire on 50% of release-build
# cold starts on Android, and on the launches where it does fire the bridge can
# race against the load IPC so @document-start userscripts see
# window.flutter_inappwebview undefined on cached or sleeping-tab pages.
# 2. iOS: serialize console arguments so objects and Errors keep their data in the
# console bridge (previously coerced to [object Object] / message-less Errors).
# 3. Android: add InAppWebViewController.setBackgroundColor so the opaque WebView
# background can be set to a theme color instead of the hardcoded white, avoiding
# a white flash on dark themes during first paint and tab switches.
# 4. Android: guard addDocumentStartJavaScript against the Chromium startup race
# ("Must be started before we block!", root cause of the #2843 blank webview on
# cold start) and avoid orphaning ScriptHandlers when value-equal scripts are
# re-added (duplicate script injections that survived removeAllUserScripts).
dependency_overrides:
flutter_inappwebview:
git:
url: https://github.com/Manuito83/flutter_inappwebview.git
ref: bd98aacc58b82cb7b980db61d2ca7b71324c6b75
path: ./flutter_inappwebview
flutter_inappwebview_platform_interface:
git:
url: https://github.com/Manuito83/flutter_inappwebview.git
ref: bd98aacc58b82cb7b980db61d2ca7b71324c6b75
path: ./flutter_inappwebview_platform_interface
flutter_inappwebview_android:
git:
url: https://github.com/Manuito83/flutter_inappwebview.git
ref: bd98aacc58b82cb7b980db61d2ca7b71324c6b75
path: ./flutter_inappwebview_android
flutter_inappwebview_ios:
git:
url: https://github.com/Manuito83/flutter_inappwebview.git
ref: bd98aacc58b82cb7b980db61d2ca7b71324c6b75
path: ./flutter_inappwebview_ios
dev_dependencies:
build_runner: ^2.7.1
# Used by swagger_dart_code_generator
chopper_generator: 8.4.0
envied_generator: 1.3.0
flutter_launcher_icons: 0.14.4
flutter_test:
sdk: flutter
# Used by swagger_dart_code_generator
json_serializable: 6.11.1
## flutter pub run import_sorter:main
import_sorter: 5.0.0-releasecandidate.1
swagger_dart_code_generator: 4.0.0
flutter_icons:
android: true
ios: true
image_path: "images/icons/torn_pda.png"
image_path_ios: "images/icons/torn_pda_ios.jpg"
# 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
# Disable SwiftPM at the project level. Several Firebase plugins (cloud_firestore 6.0.1,
# firebase_messaging 16.1.2) currently pin incompatible flutterfire SPM versions, which
# breaks `flutter build ios` when SwiftPM is enabled by default in Flutter 3.44.
# Re-enable once Firebase plugins align their SPM constraints.
config:
enable-swift-package-manager: false
# To add assets to your application, add an assets section, like this:
assets:
- images/awards/
- images/awards/honors/
- images/awards/medals/
- images/awards/categories/
- images/flags/stock/
- images/flags/travel/
- images/flags/ball/
- images/icons/
- images/icons/cooldowns/
- images/icons/map/
- images/icons/inventory/
- images/icons/home/
- images/icons/status/
- images/icons/rarity/
- images/torn_items/small/
- images/npcs/
- sounds/alerts/
- userscripts/TornPDA_Ready.js
- userscripts/TornPDA_API.js
- userscripts/TornPDA_EvaluateJavascript.js
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
fonts:
- family: Visitor
fonts:
- asset: fonts/visitor.ttf