grassroots_dart_udx 2.1.0
grassroots_dart_udx: ^2.1.0 copied to clipboard
Fork of dart_udx (QUIC-inspired reliable, multiplexed, congestion-controlled UDP streams) with raw datagram passthrough and richer send-error reporting, maintained for the Grassroots Networking transp [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add grassroots_dart_udxWith Flutter:
$ flutter pub add grassroots_dart_udxThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
grassroots_dart_udx: ^2.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:grassroots_dart_udx/grassroots_dart_udx.dart';