-
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpubspec.yaml
More file actions
184 lines (174 loc) · 5.18 KB
/
Copy pathpubspec.yaml
File metadata and controls
184 lines (174 loc) · 5.18 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
name: fluxer_app
description: "Official Fluxer Mobile client built on the Flutter framework"
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ^3.12.0
dependencies:
app_badge_plus: ^1.3.0
app_links: ^7.2.0
app_settings: ^8.0.0
audio_service: ^0.18.19
audio_session: ^0.2.2
audioplayers: ^6.8.1
cached_network_image_ce: ^4.10.0
clock: ^1.1.2
connectivity_plus: ^7.1.1
country_flags: ^4.1.2
crop_your_image: ^2.0.0
cross_file: ^0.3.5+2
cupertino_icons: ^1.0.8
desktop_drop: ^0.7.1
device_info_plus: ^13.2.0
dio: ^5.10.0
drift: ^2.34.3
drift_flutter: ^0.3.1
file_picker: ^12.0.0-beta.7
fixnum: ^1.1.1
flutter:
sdk: flutter
flutter_background: ^1.3.1
flutter_callkit_incoming: ^3.1.3
flutter_highlight: ^0.7.0
flutter_inappwebview: ^6.2.0-beta.3
flutter_local_notifications: ^22.0.0
flutter_localizations:
sdk: flutter
flutter_riverpod: ^3.4.1
flutter_secure_storage: ^10.3.1
flutter_staggered_grid_view: ^0.7.0 # Would like to replace this package at some point (only used on Desktop)
flutter_svg: ^2.2.4
flutter_thumbhash: ^0.1.0+1
flutter_tts: ^4.2.5
flutter_web_auth_2: ^5.0.3
flutter_webrtc: ^1.5.2
fluxer_captcha:
path: packages/fluxer_captcha
fluxer_dart:
path: dart_sdk
fluxer_markdown:
path: packages/fluxer_markdown
gaimon: ^1.4.3
gal: ^2.3.3
go_router: ^17.2.1
highlight: ^0.7.0
image: ^4.8.0
image_picker: ^1.2.3
image_picker_android: ^0.8.13+19
image_picker_platform_interface: ^2.11.1
intl: ^0.20.2
livekit_client: ^2.9.0
livekit_noise_filter: ^0.2.1
lucid_validation: ^1.3.1
media_kit: ^1.2.6
media_kit_libs_video: ^1.0.7
media_kit_video: ^2.0.1
opentelemetry: ^0.18.11
package_info_plus: ^10.2.1
passkeys: ^2.22.0
path: ^1.9.1
path_provider: ^2.1.5
permission_handler: ^13.0.0
phone_numbers_parser: ^9.0.25
phosphor_flutter:
git:
url: https://github.com/Niural/phosphor_flutter
protobuf: ^6.0.0
receive_sharing_intent: ^1.9.0
record: ^7.1.1
riverpod: ^3.4.1
riverpod_annotation: ^4.0.3
sensors_plus: ^7.1.0
shared_preferences: ^2.5.3
skeletonizer: ^2.1.3
smart_keyboard_insets: ^0.0.1
sqlite3: ^3.3.3
super_clipboard: ^0.9.1
talker: ^5.1.20
talker_dio_logger: ^5.1.20
talker_flutter: ^5.1.20
unifiedpush: ^6.2.0
unifiedpush_ui: ^0.2.0
url_launcher: ^6.3.2
uuid: ^4.5.1
visibility_detector: ^0.4.0+2
web_socket_channel: ^3.0.2
window_manager: ^0.5.1
youtube_explode_dart: ^3.1.0
dependency_overrides:
# Xcode 26.4+ rejects the ASWebAuthenticationPresentationContextProviding
# witness in flutter_inappwebview_* 1.2.0-beta.3. Remove once upstream ships
# https://github.com/pichillilorenzo/flutter_inappwebview/pull/2809
flutter_inappwebview_ios:
git:
url: https://github.com/wangqiang1588/flutter_inappwebview
path: flutter_inappwebview_ios
ref: fc33a449b9290b127a471808e22eb7b0edebad92
flutter_inappwebview_macos:
git:
url: https://github.com/wangqiang1588/flutter_inappwebview
path: flutter_inappwebview_macos
ref: fc33a449b9290b127a471808e22eb7b0edebad92
# riverpod_annotation 4.0.3 pins riverpod to exactly 3.3.2, and the
# generator cannot move until the analyzer chain below is aligned. 3.4.1
# carries the markNeedsBuild fix for flushing a provider inside a widget
# lifecycle, which the mounted nav shell hits on every branch return.
flutter_riverpod: ^3.4.1
riverpod: ^3.4.1
analyzer: ^10.0.0
analyzer_plugin: ^0.14.0
dart_style: 3.1.7
device_info_plus: ^13.2.0
# mockito >=5.6.5 requires analyzer ^13, incompatible with the override above.
mockito: 5.6.4
dev_dependencies:
accessibility_radar: ^0.3.0
build_runner: ^2.15.0
# drift_dev >=2.34.4 and riverpod_generator >=4.0.6 require analyzer ^13, but
# riverpod_analyzer_utils has not caught up yet. Pin until that chain is aligned.
drift_dev: 2.34.0
fake_async: ^1.3.3
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
lint_hard: ^7.1.2
mockito: ^5.6.4
path_provider_platform_interface: ^2.1.2
plugin_platform_interface: ^2.1.8
riverpod_generator: 4.0.4
riverpod_lint: ^3.1.4
test: ^1.31.0
flutter:
generate: true
uses-material-design: true
assets:
- assets/images/
- assets/sounds/
- assets/images/icons/
- assets/images/icons/channels/
- assets/images/badges/
- assets/images/connections/
- assets/images/browsers/
- assets/emojis.json
- assets/emoji-sprites/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/to/resolution-aware-images
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/to/asset-from-package
fonts:
- family: IBMPlexSans
fonts:
- asset: assets/fonts/IBMPlexSans-Regular.ttf
weight: 400
- asset: assets/fonts/IBMPlexSans-Medium.ttf
weight: 500
- asset: assets/fonts/IBMPlexSans-SemiBold.ttf
weight: 600
- asset: assets/fonts/IBMPlexSans-Italic.ttf
weight: 400
style: italic
- family: IBMPlexMono
fonts:
- asset: assets/fonts/IBMPlexMono-Regular.ttf
weight: 400