network_port_scanner 1.0.1 copy "network_port_scanner: ^1.0.1" to clipboard
network_port_scanner: ^1.0.1 copied to clipboard

A Flutter package for scanning networks to discover devices with specific open ports. Supports both Wi-Fi and Ethernet connections.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_port_scanner

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  network_port_scanner: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:network_port_scanner/network_port_scanner.dart';
2
likes
160
points
98
downloads

Publisher

verified publishereinfach-digital.net

Weekly Downloads

A Flutter package for scanning networks to discover devices with specific open ports. Supports both Wi-Fi and Ethernet connections.

Repository (GitHub)
View/report issues

Topics

#network #scanner #port-scanner #tcp #wifi

Documentation

API reference

License

MIT (license)

Dependencies

flutter, network_info_plus

More

Packages that depend on network_port_scanner