Datagram Socket

Provides a buffered interface to a RawDatagramSocket-backed UDP socket.

The Dart SDK itself does not provide a high-level wrapper around RawDatagramSocket in the same way it provides Socket to wrap RawSocket. This package exists to provide such a wrapper, to make it easier to correctly implement sending and receiving UDP datagrams.

Libraries

datagram_socket
Provides a buffered interface to a RawDatagramSocket-backed UDP socket.