lan_scanner
Dart / Flutter package that allows discovering network devices in local network (LAN).
Note: This library is intended to be used on Class C networks.
This project is a rework of already existing ping_discover_network, however it is no longer maintained.
Getting Started
Add the package to your pubspec.yaml:
Import the library:
Create an instance of the class and call
quickScan()
or preciseScan()
on it:
If you don't know what is your subnet, you can use network_info_plus and then ipToSubnet()
function.
Features and bugs
Please file feature requests and bugs at the issue tracker.