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

outdated

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

3.0.1 #

  • Minor improvements

3.0.0 #

  • Added: Multicast support !
  • Change: the 'timeout' parameter of 'UDP.listen' is now optional. UDP instances can listen indefinitely now.
  • Change: 'Endpoint.IsBroadcast' is now a readonly property.
  • Change: in 'Endpoint.unicast', port is now optional.
  • Change: 'UDP.listen' returns a Future

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.
64
likes
0
pub points
93%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on udp