forked from Teskann/QuaX
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
178 lines (157 loc) · 5.95 KB
/
Copy pathpubspec.yaml
File metadata and controls
178 lines (157 loc) · 5.95 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
name: quax
description: A private and clean way to browse Twitter/X
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# 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: 4.12.0+400001040
environment:
sdk: "3.12.2"
flutter: 3.44.4
dependency_overrides:
# auto_direction pins an old intl (^0.17/^0.18) that conflicts with
# dart_twitter_api's intl ^0.20.0. auto_direction only uses the stable
# Bidi.detectRtlDirectionality API, so forcing the modern intl is safe.
intl: ^0.20.2
# file_picker 12-beta / package_info_plus 10 / share_plus 13 need win32 ^6,
# but flutter_iconpicker (dcli <8) and arb_utils (dcli <=10) pull dcli 7.x /
# dart_console 4.x, whose Windows FFI code is written against the win32 ^5 API
# and fails to *compile* (even on Linux, since dcli uses runtime Platform
# checks, not conditional imports). Forcing dcli/dart_console to their win32-6
# majors lets the codegen CLIs build. These are dev-only codegen tools never
# imported by app code, and win32 is a no-op off Windows, so this is safe.
win32: ^6.2.0
dcli: ^9.0.0
dart_console: ^5.0.0
dependencies:
flutter:
sdk: flutter
# Core Flutter dependencies
flutter_localizations:
sdk: flutter
# API & Networking
http: ^1.2.1
dart_twitter_api: 0.6.0
html: ^0.15.4
# UI & Media
auto_direction: ^0.0.6
extended_image: ^10.0.0
extended_nested_scroll_view: ^6.0.0
flutter_staggered_grid_view: ^0.7.0
infinite_scroll_pagination: ^5.1.1
flutter_cache: ^0.1.0
flutter_material_color_picker: ^1.2.0
# 12.0.0-beta moves to win32 ^6.2.0, letting package_info_plus 10 / share_plus
# 13 / wakelock_plus 1.6 / chewie 1.14 (all win32 ^6) resolve alongside it.
# Pinned to beta.2: the plugin's Android sources import kotlinx.coroutines but
# never declare it. beta.2's androidx deps (lifecycle-runtime 2.8.7, core-ktx
# 1.15.0) still put coroutines on the compile classpath; beta.3+ bumped those
# versions so coroutines drops off, and the Android build then fails with
# cascading "unresolved reference" errors. beta.2 keeps win32-6 Dart support.
file_picker: 12.0.0-beta.2
flutter_file_dialog: ^3.0.1
flutter_iconpicker: ^4.0.1
flutter_portal: ^1.1.4
webview_flutter: 4.14.0
webview_cookie_manager_plus: ^2.0.16
# Localization & Styling
intl: any
flutter_localized_locales: ^2.0.3
dynamic_color: ^1.7.0
# State Management & Data
pref: ^2.7.0
provider: ^6.0.4
flutter_triple: ^3.0.0
multi_select_flutter: ^4.1.3
# Utilities & Helpers
crypto: ^3.0.3
html_unescape: ^2.0.0
logging: ^1.1.0
measure_size: ^5.0.2
package_info_plus: ^10.1.0
path: ^1.8.2
path_provider: ^2.0.11
permission_handler: ^12.0.0+1
quiver: ^3.1.0
scroll_to_index: ^3.0.1
secure_content: ^1.0.1
share_plus: ^13.1.0
sqflite: ^2.2.2
sqflite_common: ^2.4.0+2
sqflite_migration_plan: ^1.0.0
timeago: ^3.3.0
app_links: ^7.0.0
url_launcher: ^6.3.2
android_intent_plus: ^6.0.0
uuid: ^4.3.3
visibility_detector: ^0.4.0+2
wakelock_plus: ^1.6.1
# Miscellaneous
async_button_builder: ^3.0.0+1
media_kit: ^1.2.6
media_kit_video: ^2.0.1
media_kit_libs_video: ^1.0.7
audio_session: ^0.2.3
ffcache: ^1.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.14.4
flutter_lints:
dart_pubspec_licenses: ^3.0.7
intl_utils: ^2.8.1
sqflite_common_ffi: ^2.2.0+1
arb_utils: ^0.11.1
# 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/icon.png
# 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
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
generate: true
flutter_intl:
enabled: true
class_name: L10n
flutter_launcher_icons:
image_path: "assets/icon.png"
android: true
adaptive_icon_background: "assets/icon-background.png"
adaptive_icon_foreground: "assets/icon-foreground-432x432.png"
adaptive_icon_foreground_inset: 16
adaptive_icon_monochrome: "assets/icon-monochrome-432x432.png"