network_tools
network_tools copied to clipboard
Networking Tools library which can help you discover open ports, devices on subnet and many other things.
Bumps [test](https://github.com/dart-lang/test/tree/master/pkgs) from 1.25.2 to 1.25.4. Release notes Sourced from test's releases. package:test v1.25.4 Add @doNotSubmit to more declarations of the solo parameter. package:test v1.25.3 Remove outdated StreamMatcher link from...
I ran example/lib/scan/mdns_scan.dart and got the following error: ``` C:/a_dev/flutter-sdk/bin/cache/dart-sdk/bin/dart.exe --enable-asserts C:\Users\xmlspyspring\IdeaProjects\network_tools\example\lib\scan\mdns_scan.dart Unhandled exception: SocketException: Failed to create datagram socket (OS Error: 在其上下文中,该请求的地址无效。---> In its context, the requested address is...
As this package is suited to bring the programmer a lot of network tools in one place it will be nice to add support for [UPnP](https://en.wikipedia.org/wiki/Universal_Plug_and_Play) There were several UPnP...
- [x] #89 - [x] #90 - [ ] #91
Hi. I get below error when i try to run my project for web: ``` ../../AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/network_tools-5.0.2/lib/src/services/impls/mdns_scanner_service_impl.dart:128:31: Error: The argument type 'InternetAddress/*1*/' can't be assigned to the parameter type 'InternetAddress/*2*/'. -...