network_port_scanner 1.0.0
network_port_scanner: ^1.0.0 copied to clipboard
A Flutter package for scanning networks to discover devices with specific open ports. Supports both Wi-Fi and Ethernet connections.
1.0.0 #
- Initial release of the network_port_scanner package
- Core features:
- Scan local network for devices with specific open ports
- Check if a specific port is open on a given IP address
- Scan multiple ports on a single IP address
- Get device IP address (works with both Wi-Fi and Ethernet)
- Support for progress tracking via callback function
- Configurable scan parameters (timeout, IP range, custom subnet)
- Comprehensive documentation and examples
- Support for Flutter mobile, desktop, and web platforms