udp 2.0.0 copy "udp: ^2.0.0" to clipboard
udp: ^2.0.0 copied to clipboard

outdated

Lightweight, efficient, and easy-to-use UDP library for Dart. Supports Unicast, Broadcast, and Loopback communications.

2.0.0 #

  • Added: 'UDP.closed' property: readonly property that is True on closed UDP instances.
  • Added: It is not possible to call 'UDP.listen' on a udp instance that was already listening.
  • Added: 'UDP.send' returns -1 on closed instances.
  • Change: UDPReceiveCallback renamed to DatagramCallback.

1.0.2 #

  • Package Maintenance: description rewritten.

1.0.1 #

  • Minor improvements.

1.0.0 #

  • Initial version.
76
likes
25
points
12k
downloads

Publisher

unverified uploader

Weekly Downloads

Lightweight, efficient, and easy-to-use UDP library for Dart. Supports Unicast, Broadcast, and Loopback communications.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on udp