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

QUIC datagram and reliable stream transport for low-latency realtime multiplayer Flutter apps on Android and iOS.

Use this package as a library

Depend on it

Run this command:

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 flutter pub get):

dependencies:
  low_latency_sync: ^0.1.5

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

Documentation

API reference

Publisher

verified publisherkavacode.com

Weekly Downloads

QUIC datagram and reliable stream transport for low-latency realtime multiplayer Flutter apps on Android and iOS.

Repository (GitHub)
View/report issues

Topics

#quic #networking #realtime #multiplayer #low-latency

License

MIT (license)

Dependencies

flutter

More

Packages that depend on low_latency_sync

Packages that implement low_latency_sync