shared_device_network 0.0.1
shared_device_network: ^0.0.1 copied to clipboard
A lightweight Flutter & Dart package for local UDP hardware discovery, peripheral sharing, reliable ACK messaging, and device pairing.
0.0.1 #
- Initial release of
shared_device_network. SharedDeviceNetworkServer: Host local hardware and peripherals (thermal printers, barcode scanners, digital scales, cash drawers) across WiFi/LAN.SharedDeviceNetworkClient: Automated UDP discovery, peripheral lookup, and reliable direct messaging.- Reliable UDP messaging with incremental message IDs and structured
SharedDeviceResponseacknowledgments. - Per-device pairing security with
pairKeyauthorization. - Complete example application demonstrating foreground server hosting, background service execution, and client device discovery.