feat: migrate networking to Rust core (kolibri) — adapter, media,submodule, CI

This commit is contained in:
klockky
2026-07-11 21:56:48 +03:00
parent 77df71824e
commit faadc95993
18 changed files with 583 additions and 959 deletions
+5 -2
View File
@@ -34,11 +34,14 @@ dependencies:
sdk: flutter
intl: any
# Rust networking core (kolibri) — FFI plugin, replaces the Dart transport.
# Vendored as a git submodule (third_party/kolibri).
kolibri:
path: third_party/kolibri/kolibri-dart
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
dart_lz4: ^1.0.0
libcompress: ^1.0.0
msgpack_dart: ^1.0.1
crypto: ^3.0.7
ffi: ^2.1.0
logger: ^2.6.2