protocol_orzatty 0.5.1
protocol_orzatty: ^0.5.1 copied to clipboard
Protocol Orzatty (PO) Flutter plugin — P2P End-to-End Encrypted networking over QUIC. Native FFI bindings to the Rust core.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add protocol_orzattyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
protocol_orzatty: ^0.5.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:protocol_orzatty/protocol_orzatty.dart';