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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add iroh_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
iroh_flutter: ^1.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:iroh_flutter/iroh_flutter.dart';