-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpubspec.yaml
More file actions
237 lines (204 loc) · 5.74 KB
/
pubspec.yaml
File metadata and controls
237 lines (204 loc) · 5.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
229
230
231
232
233
234
235
236
237
name: socialmesh
description: "A mesh radio companion app for Meshtastic. Connect over BLE or USB, message off-grid, map your nodes, and explore the mesh — no internet required."
publish_to: "none"
version: 1.38.0+173
environment:
sdk: ^3.10.0
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# State Management (3.x with updated API)
flutter_riverpod: ^3.0.3
riverpod_annotation: ^4.0.0
# BLE Communication
flutter_blue_plus: ^2.2.1
nordic_dfu: ^7.1.2
# USB Serial Communication
usb_serial: ^0.5.2
# Protobuf
protobuf: ^6.0.0
fixnum: ^1.1.0
# MQTT Client (for device client proxy mode)
mqtt_client: ^10.11.11
typed_data: ^1.4.0
# Storage
flutter_secure_storage: ^10.0.0
shared_preferences: ^2.5.5
sqflite: ^2.3.3
path_provider: ^2.1.4
path: ^1.9.0
file_picker: ^11.0.2
image_picker: ^1.2.2
photo_manager: ^3.9.0
# QR Code
mobile_scanner: ^7.2.0
# Markdown rendering (Help Center knowledge base articles)
flutter_markdown: ^0.7.6
# UI/UX
cupertino_icons: ^1.0.9
flutter_compass: ^0.8.1
flutter_map: ^8.3.0
infinite_calendar_view: ^2.11.3
latlong2: ^0.9.1
intl: ^0.20.2
collection: ^1.18.0
geolocator: ^14.0.2
geocoding: ^4.0.0
share_plus: ^12.0.2
social_media_buttons: ^1.0.0
sticker_view: ^0.0.4
# Utilities
archive: ^4.0.9
clock: ^1.1.1
logger: ^2.7.0
uuid: ^4.5.3
xml: ^6.6.1
permission_handler: ^12.0.1
image: ^4.8.0
sensors_plus: ^7.0.0
fl_chart: ^1.2.0
url_launcher: ^6.3.1
open_mail_launcher: ^0.1.2
connectivity_plus: ^7.1.1
http: ^1.2.2
flutter_dotenv: ^6.0.1
flutter_local_notifications: ^21.0.0
just_audio: ^0.10.5
record: ^6.0.0
live_activities: ^2.4.7
package_info_plus: ^9.0.1
device_info_plus: ^12.4.0
# In-App Purchases (RevenueCat)
purchases_flutter: ^10.0.1
# Animations
animations: ^2.1.2
skeletonizer: ^2.1.3
lottie: ^3.3.3
scrollable_positioned_list: ^0.3.8
flutter_map_marker_cluster: ^8.2.2
firebase_crashlytics: ^5.1.0
firebase_core: ^4.5.0
firebase_analytics: ^12.2.0
firebase_auth: ^6.3.0
firebase_storage: ^13.1.0
firebase_messaging: ^16.1.3
characters: ^1.4.0
cloud_firestore: ^6.2.0
cloud_functions: ^6.0.7
google_sign_in: ^7.2.0
sign_in_with_apple: ^7.0.1
crypto: ^3.0.6
flutter_box_transform: ^0.4.7
flutter_inappwebview: ^6.1.5
ditredi: ^2.0.2
vector_math: ^2.2.0
cryptography: ^2.9.0
pointycastle: ^4.0.0
# Camera for AR
camera: ^0.12.0
# Video streaming (HLS playback)
video_player: ^2.9.2
# Deep linking
app_links: ^7.0.0
timeago: ^3.7.1
align_positioned: ^5.0.1
# Background scheduling
workmanager: ^0.9.0
background_fetch: ^1.6.2
timezone: ^0.11.0
# Background BLE foreground service (Android)
flutter_foreground_task: ^9.2.2
# In-app review
in_app_review: ^2.0.10
pretty_qr_code: ^3.6.0
emoji_picker_flutter: ^4.4.0
ffi: ^2.2.0
flutter_image_compress: ^2.4.0
bonsoir: ^6.0.3
dev_dependencies:
flutter_test:
sdk: flutter
sqflite_common_ffi: ^2.4.0+2
flutter_lints: ^6.0.0
fake_async: ^1.3.2
mocktail: ^1.0.4
# Launcher icons generator
flutter_launcher_icons: ^0.14.3
# Code generation (3.x to match riverpod 3.x)
build_runner: ^2.14.0
riverpod_generator: ^4.0.0+1
json_serializable: ^6.9.5
# 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 packages.
flutter:
generate: true
# 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
# Fragment shaders
shaders:
- assets/shaders/card_dissolve.frag
# Assets
assets:
- .env
- assets/app_icons/
- assets/app_icons/source/
- assets/pet/
- assets/rtttl_library.json
- assets/banned_words.json
- assets/device_hardware.json
- assets/help/manifest.json
- assets/help/getting-started/
- assets/help/mesh-basics/
- assets/help/channels/
- assets/help/messaging/
- assets/help/nodes/
- assets/help/device/
- assets/help/network/
- assets/help/safety/
- assets/lottie/
- assets/email_apps/
- assets/models/
- assets/globe/
- assets/terrain/
- assets/meshtastic_powered_landscape.png
# SIP Play + Handshake sound effects (Pixabay Content License —
# see assets/sounds/sip_play/ATTRIBUTION.md for source files).
- assets/sounds/sip_play/
# 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: JetBrainsMono
fonts:
- asset: assets/fonts/JetBrainsMono-Regular.ttf
weight: 400
- asset: assets/fonts/JetBrainsMono-Medium.ttf
weight: 500
- asset: assets/fonts/JetBrainsMono-SemiBold.ttf
weight: 600
- asset: assets/fonts/JetBrainsMono-Bold.ttf
weight: 700
- family: Inter
fonts:
- asset: assets/fonts/Inter-Regular.ttf
weight: 400
- asset: assets/fonts/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/Inter-SemiBold.ttf
weight: 600
- asset: assets/fonts/Inter-Bold.ttf
weight: 700
# Flutter launcher icons configuration
flutter_launcher_icons:
android: true
ios: false # iOS icons are already correct
image_path: "assets/app_icons/source/socialmesh_icon_v4_1024.png"
adaptive_icon_background: "#1F2633" # Dark background matching app theme
adaptive_icon_foreground: "assets/app_icons/source/socialmesh_icon_v4_1024.png"
min_sdk_android: 21