low_latency_sync 0.1.1 copy "low_latency_sync: ^0.1.1" to clipboard
low_latency_sync: ^0.1.1 copied to clipboard

QUIC datagram transport primitives for low latency Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add low_latency_sync

With Flutter:

 $ flutter pub add low_latency_sync

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

dependencies:
  low_latency_sync: ^0.1.1

Alternatively, 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:low_latency_sync/low_latency_sync.dart';
1
likes
0
points
178
downloads

Publisher

verified publisherkavacode.com

Weekly Downloads

QUIC datagram transport primitives for low latency Flutter applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on low_latency_sync

Packages that implement low_latency_sync