udp 2.0.0
udp: ^2.0.0 copied to clipboard
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.