Add ability to send images over lora

This commit is contained in:
Zach
2026-08-10 23:20:46 -07:00
parent 736eb064bf
commit eee72b4c65
129 changed files with 27099 additions and 58 deletions
+6
View File
@@ -58,6 +58,7 @@ dependencies:
characters: ^1.4.0
package_info_plus: ^10.1.0
mobile_scanner: ^7.1.4 # QR/barcode scanning
image_picker: ^1.1.2 # Pick photos to send as compressed mesh images
qr_flutter: ^4.1.0 # QR code generation
url_launcher: ^6.3.0 # Launch URLs in system browser
flutter_linkify: ^6.0.0 # Auto-detect and linkify URLs in text
@@ -76,6 +77,11 @@ dependencies:
cryptography: ^2.9.0
cryptography_flutter: ^2.3.4
convert: ^3.1.2
# ONNX Runtime 1.23.0 via platform channels. Powers the AEIC-SE image codec
# decoder (lib/services/image_codec_backend.dart). arm64-only on Android — see
# the abiFilters note in android/app/build.gradle.kts; a universal APK pays
# ~56 MB for ORT instead of ~18 MB.
flutter_onnxruntime: ^1.8.3
hooks:
user_defines: