lan_scanner library

Dart / Flutter package that allows discovering network devices via multi-threaded ICMP pings.

Classes

Host
Represents a device in the network
LanScanner
A class to handle discovering devices in the local network

Functions

ipToCSubnet(String ip) String
Converts traditional IPv4 address to the subnet of Class C network

Typedefs

ProgressCallback = void Function(double progress)
Typedef for progress callbacks