enet 0.0.1 copy "enet: ^0.0.1" to clipboard
enet: ^0.0.1 copied to clipboard

ENet Dart reliable, low-latency UDP networking for Flutter and Dart applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add enet

With Flutter:

 $ flutter pub add enet

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

dependencies:
  enet: ^0.0.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:enet/enet.dart';
5
likes
130
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

ENet Dart reliable, low-latency UDP networking for Flutter and Dart applications.

Repository (GitHub)

Topics

#udp #enet #enet-dart

Documentation

API reference

License

MIT (license)

Dependencies

ffi, native_assets_cli, native_toolchain_c

More

Packages that depend on enet