dashwire_udp 0.1.0
dashwire_udp: ^0.1.0 copied to clipboard
UDP transport for dashwire. Sequencing, acks, fragmentation, and LAN discovery.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dashwire_udpWith Flutter:
$ flutter pub add dashwire_udpThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dashwire_udp: ^0.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:dashwire_udp/dashwire_udp.dart';