udp
Lightweight, efficient, and easy-to-use UDP library for Dart. Supports Unicast, Broadcast, Multicast and Loopback communications.
5.0.3
7.8K downloads/mo
#3265 most downloaded on pub.dev
xenoken/udp
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Ships unpredictably
gaps range from 1 weeks to 1.7 years
Nearly every release is documented
notes for 14 of 14 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
14 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
14 releases · Jun 2019 to Mar 2022
2020
2021
2022
2023
2024
2025
2026
Releases
latest 14-
5.0.327 Mar 2022 -
5.0.227 Mar 2022Release notes
Open source →- Fixed an exception occurring when binding UDP receivers to a multicast endpoint.
- Added additional documentation for Endpoints.
- Minor changes.
-
5.0.123 Dec 2021 -
5.0.023 Dec 2021Release notes
Open source →- removed "UDP.listen" method.
- added "UDP.asStream" method.
- Minor changes.
-
4.0.113 Dec 2021 -
4.0.013 Dec 2021 -
3.0.308 Apr 2020 -
3.0.225 Dec 2019 -
3.0.106 Dec 2019 -
3.0.006 Dec 2019Release notes
Open source →- 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<bool>.
-
2.0.015 Jul 2019Release notes
Open source →- 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.229 Jun 2019 -
1.0.129 Jun 2019 -
1.0.029 Jun 2019