rk_quic 0.2.1 copy "rk_quic: ^0.2.1" to clipboard
rk_quic: ^0.2.1 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_quic

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  rk_quic: ^0.2.1

Alternatively, 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';
1
likes
160
points
333
downloads

Documentation

API reference

Publisher

verified publisherspherex.kz

Weekly Downloads

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.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on rk_quic

Packages that implement rk_quic