rk_quic 0.2.0
rk_quic: ^0.2.0 copied to clipboard
QUIC and WebTransport for Dart over a native library, so a Dart process can serve browser clients directly instead of waiting for HTTP/3 in the SDK.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rk_quicThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
rk_quic: ^0.2.0Alternatively, 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:rk_quic/rk_quic.dart';