iroh_flutter 1.0.1
iroh_flutter: ^1.0.1 copied to clipboard
Flutter plugin for iroh 1.0 - peer-to-peer QUIC networking on Android, iOS, macOS, Linux, and Windows. Builds the native Rust core into your app via cargokit and exposes the full iroh_quic API.
Changelog #
1.0.1 #
Initial release of the iroh_flutter plugin (the Flutter half of the iroh_dart →
iroh_quic/iroh_flutter split).
- Flutter FFI plugin building the iroh 1.0 Rust core (
irohdart_ffi) into the app via cargokit on Android, iOS, macOS, Linux, and Windows. - Re-exports the full
iroh_quicAPI;Iroh.init()loads the bundled native library — nosetupstep on Flutter. - Android NDK r28+ (16 KB page alignment); iOS 13+ / macOS 11+;
-force_loadstaticlib on Apple.