network_tools 3.2.4
network_tools: ^3.2.4 copied to clipboard
Networking Tools library which can help you discover open ports, devices on subnet and many other things.
Change Log #
3.2.4 #
- Bug fixes and improvements. Better code coverage reports.
3.2.3 #
- Upgraded dependencies and improved pub score, moved network_tools_flutter to new repo
3.2.2 #
- Supporting changes for network_tools_flutter
3.2.1 #
- Now GHA runs tests against 3 platforms windows, ubuntu, macos
- Code coverage is fixed so that it's visible in codecov portal.
3.2.0 #
- getAllPingableDevicesAsync runs inside isolate to find all devices in a network.
- Bug fixes and improvements
3.1.0 #
Web Support and bug fixes for mDns devices giving error in getting IP
3.0.0+3 #
Refactoring for field names
3.0.0+2 #
This release is only meant to test Github Actions for Dart Package publishing. It's same as v3.0.0. Nothing changed.
3.0.0+1 #
This release is only meant to test Github Actions for Dart Package publishing. It's same as v3.0.0. Nothing changed.
3.0.0 #
Breaking change Change most of the methods names
* HostScanner.discover to HostScanner.getAllPingableDevices
* HostScanner.discoverPort to HostScanner.scanDevicesForSinglePort
* PortScanner.discover to PortScanner.scanPortsForSingleDevice
Ip field in ActiveHost is now InternetAddress type instead of string which improve handling of IPv6.
ActiveHost now contains host name of the address if exist.
Better naming of methods
Bug fixes and improvements
2.1.0 #
Added partly support for searching mdns devices.
2.0.0 #
Breaking change Bump minimum dart version to 2.17.0.
Updated dart_ping package version to 7.0.1.
Updated test package version to 1.21.4.
1.0.8 #
Fixes
Add logs using logging package #13.
Even more points in pub.dev page #20.
1.0.7 #
Fixed
Saving the response time from each device #9.
Example crash on Windows #14.
Bump package version #15.
0.0.6 #
Resolved issue #9 and #10.
0.0.5 #
Resolved issue #1.
0.0.4 #
Single and Custom Port Scan added.
0.0.3 #
Subnet and Port range added.
0.0.2 #
Added example and followed pub conventions.
0.0.1 #
PortScanner and HostScanner.