osociety / network_tools

Networking Tools library which can help you discover open ports, devices on subnet and many other things.
https://pub.dev/packages/network_tools
BSD 3-Clause "New" or "Revised" License
42 stars 13 forks source link

PortScanner scanPortsForSingleDevice and customDiscover supports async mode now #172

Closed git-elliot closed 8 months ago

git-elliot commented 8 months ago

scanPortsForSingleDevice and customDiscover have async flag now which will run these methods inside an isolate.

codecov[bot] commented 8 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (99eb3e7) 74.94% compared to head (06b6fba) 74.95%. Report is 1 commits behind head on dev.

Files Patch % Lines
lib/src/port_scanner.dart 95.91% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #172 +/- ## ======================================= Coverage 74.94% 74.95% ======================================= Files 19 19 Lines 491 535 +44 ======================================= + Hits 368 401 +33 - Misses 123 134 +11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.