PackageTrack
Sign in Get early access

network_tools

Networking Tools library which can help you discover open ports, devices on subnet and many other things.

6.0.9 9.3K downloads/mo #3036 most downloaded on pub.dev osociety/network_tools

What this package is like to depend on

Last release 1 months ago

19 Jul 2026

Release timing varies

gaps range from 2 weeks to 10 months

Nearly every release is documented

notes for 43 of 43 stable releases

1 version withdrawn

withdrawn after publishing

5 years old

44 releases · first in 2021

4 releases in the last 12 months

see the full history below

Release timeline

44 releases · Jun 2021 to Jul 2026
2022 2023 2024 2025 2026
Release Pre-release Withdrawn

Releases

latest 44
  1. 6.0.9 19 Jul 2026
    Release notes

    What's Changed

    Full Changelog: v6.0.8...v6.0.9

    Open source →
    Release notes

    Bug fixes and improvements.

    Open source →
  2. 6.0.8 11 Jun 2026
    Release notes

    What's Changed

    Full Changelog: v6.0.7...v6.0.8

    Open source →
    Release notes

    Fix for missing example tab.

    Open source →
  3. 6.0.7 11 Jun 2026
    Release notes

    Full Changelog: v6.0.6...v6.0.7

    Open source →
    Release notes

    Csv upgrade and downgrade fix.

    Open source →
  4. 6.0.6 11 Jun 2026
    Release notes

    What's Changed

    Full Changelog: v6.0.5...v6.0.6

    Open source →
    Release notes

    Dependency update, bug fixes, example tab fix.

    Open source →
  5. 6.0.5 17 Aug 2025
    Release notes

    What's Changed

    Full Changelog: v6.0.4...v6.0.5

    Open source →
    Release notes

    Bug fixes and improvements

    Open source →
  6. 6.0.4 16 Aug 2025
    Release notes

    What's Changed

    Full Changelog: v6.0.2...v6.0.4

    Open source →
    Release notes

    Performance improvements

    Open source →
  7. 6.0.3 16 Aug 2025
    Release notes

    What's Changed

    Full Changelog: v6.0.2...v6.0.3

    Open source →
    Release notes

    Bug fixes and performance improvements

    Open source →
  8. 6.0.2 15 Aug 2025
    Release notes

    What's Changed

    Full Changelog: v6.0.1...v6.0.2

    Open source →
    Release notes

    Database error fix

    Open source →
  9. 6.0.1 15 Aug 2025
    Release notes

    What's Changed

    Full Changelog: v6.0.0...v6.0.1

    Open source →
    Release notes

    Bug fix for windows

    Open source →
  10. 6.0.0 15 Aug 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v5.0.6...v6.0.0

    Open source →
    Release notes

    Performance improvement using drift database

    Open source →
  11. 5.0.6 26 Feb 2025
    Release notes

    mDNS search improvements

    Open source →
  12. 5.0.5 12 Jan 2025
    Release notes

    Fixed compatibility for web

    Open source →
  13. 5.0.4 17 Nov 2024
    Release notes

    Updated dependencies, added tests, and updated GHA.

    Open source →
  14. 5.0.3 17 Nov 2024
    Release notes

    Updated dependencies

    Open source →
  15. 5.0.2 30 Mar 2024
    Release notes
    1. Bug for other languages on Windows fixed by codepage.
    2. Added mac address option to ActiveHost constractor.
    Open source →
  16. 5.0.1 17 Mar 2024
    Release notes
    1. Bug fixes and improvements
    Open source →
  17. 5.0.0 14 Mar 2024
    Release notes
    1. Added hostIds list parameter to restrict scan to only these ids.
    2. Breaking changes on calling static methods. You have to use instance of service now.

    Breaking change Replace these occurences in your project

    * HostScanner to HostScannerService.instance
    * PortScanner to PortScannerService.instance
    
    Open source →
  18. 4.0.5 14 Mar 2024 withdrawn

    Nothing published for this version

  19. 4.0.4 04 Feb 2024
    Release notes
    1. Bug fix for sync runs when async flag is true
    Open source →
  20. 4.0.3 28 Jan 2024
    Release notes
    1. scanPortsForSingleDevice and customDiscover supports async mode now.
    Open source →
  21. 4.0.2 17 Nov 2023
    Release notes
    1. Separated logs for example and library
    Open source →
  22. 4.0.1 24 Sep 2023
    Release notes
    1. Fixed path problem for dart and flutter sdk
    Open source →
  23. 4.0.0 24 Sep 2023
    Release notes

    Breaking changes

    1. Call configureNetworkTools in your main function
    Open source →
  24. 3.2.7 18 Sep 2023
    Release notes
    1. Removed example folder and added pubignore.
    2. Added vendor details but database looks old.
    3. More results are added using ARP on Lin/Mac/Win.
    Open source →
  25. 3.2.6 05 Sep 2023
    Release notes
    1. Added mac address support on Desktop (Linux, macOS, and Windows)
    Open source →
  26. 3.2.5 03 Sep 2023
    Release notes
    1. Bug fix for iOS listing all results in HostScanner
    Open source →
  27. 3.2.4 02 Sep 2023
    Release notes
    1. Bug fixes and improvements. Better code coverage reports.
    Open source →
  28. 3.2.3 01 Sep 2023
    Release notes
    1. Upgraded dependencies and improved pub score, moved network_tools_flutter to new repo
    Open source →
  29. 3.2.2 30 Aug 2023
    Release notes
    1. Supporting changes for network_tools_flutter
    Open source →
  30. 3.2.1 18 Mar 2023
    Release notes
    1. Now GHA runs tests against 3 platforms windows, ubuntu, macos
    2. Code coverage is fixed so that it's visible in codecov portal.
    Open source →
  31. 3.2.0 08 Mar 2023
    Release notes
    1. getAllPingableDevicesAsync runs inside isolate to find all devices in a network.
    2. Bug fixes and improvements
    Open source →
  32. 3.1.0 28 Jan 2023
    Release notes

    Web Support and bug fixes for mDns devices giving error in getting IP

    Open source →
  33. 3.0.0 07 Aug 2022
    Release notes

    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

    Open source →
  34. 3.0.0+2 07 Aug 2022
    Release notes

    This release is only meant to test Github Actions for Dart Package publishing. It's same as v3.0.0. Nothing changed.

    Open source →
  35. 3.0.0+3 03 Nov 2022
    Release notes

    Refactoring for field names

    Open source →
  36. 2.1.0 26 Jul 2022
    Release notes

    Added partly support for searching mdns devices.

    Open source →
  37. 1.0.8 26 Jan 2022
    Release notes

    Fixes

    Add logs using logging package #13.

    Even more points in pub.dev page #20.

    Open source →
  38. 1.0.7 24 Jan 2022
    Release notes

    Fixed

    Saving the response time from each device #9.

    Example crash on Windows #14.

    Bump package version #15.

    Open source →
  39. 0.0.6 17 Jan 2022
    Release notes

    Resolved issue #9 and #10.

    Open source →
  40. 0.0.5 15 Oct 2021
    Release notes

    Resolved issue #1.

    Open source →
  41. 0.0.4 17 Jul 2021
    Release notes

    Single and Custom Port Scan added.

    Open source →
  42. 0.0.3 21 Jun 2021
    Release notes

    Subnet and Port range added.

    Open source →
  43. 0.0.2 05 Jun 2021
    Release notes

    Added example and followed pub conventions.

    Open source →
  44. 0.0.1 05 Jun 2021
    Release notes

    PortScanner and HostScanner.

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive