Dart bindings for the ENet reliable UDP networking library.
You will need an ENet shared library, placed alongside your script or executable, named enet.dll for windows, libenet.so for linux and android, and libenet.dylib for mac or ios.
An example server and client exist at the examples folder.