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 2026Releases
latest 44-
6.0.919 Jul 2026Release notes
Open source →What's Changed
- Dev -> Main by @git-elliot in #270
- Fix for missing example tab by @git-elliot in #272
- Fix: Use PingEvent (dart_ping v10) by @git-elliot in #274
- Fix: Bundle sqlite native libs on mobile (fixes #247) by @git-elliot in #275
- Fix Windows mDNS interface filtering by @git-elliot in #276
- Fix mDNS InternetAddress compatibility for web by @git-elliot in #277
Full Changelog: v6.0.8...v6.0.9
-
6.0.811 Jun 2026Release notes
Open source →What's Changed
- fix example and downgrade issue by @git-elliot in #271
Full Changelog: v6.0.7...v6.0.8
-
6.0.711 Jun 2026 -
6.0.611 Jun 2026Release notes
Open source →What's Changed
- Bump get_it from 8.3.0 to 9.1.1 by @dependabot[bot] in #250
- Fix codecov issue 2 by @git-elliot in #251
- FIx codecov issue by @git-elliot in #252
- Fix codecov issue 3 by @git-elliot in #253
- Fix codecov issue 4 by @git-elliot in #254
- Fix codecov issue 5 by @git-elliot in #255
- Fix codecov issue 6 by @git-elliot in #256
- Bump csv from 6.0.0 to 8.0.0 by @dependabot[bot] in #262
- Bump sqlite3 from 2.9.4 to 3.3.1 by @dependabot[bot] in #264
- Feature/mdns scanner test coverage by @git-elliot in #265
- Bump injectable_generator and injectable by @dependabot[bot] in #266
- fix: resolve mDNS SocketException on Windows (errno 10049) by @git-elliot in #267
- Fix example tab in pub by @git-elliot in #268
- Release 6.0.6 by @git-elliot in #269
Full Changelog: v6.0.5...v6.0.6
-
6.0.517 Aug 2025Release notes
Open source →What's Changed
- Release v6.0.3 by @git-elliot in #231
- Added tests and removed generated files from coverage by @git-elliot in #233
- Dev -> Main by @git-elliot in #234
- exclude more paths by @git-elliot in #235
- exclude path fix on windows by @git-elliot in #238
- Dev -> Main by @git-elliot in #237
- Added tests for ARP Repository by @git-elliot in #240
- Move repository to separate folder by @git-elliot in #241
- Publish coverage using deployments by @git-elliot in #242
- Update README.md by @git-elliot in #243
- Publish v6.0.5 by @git-elliot in #244
- Deploy coverage without files by @git-elliot in #246
- Dev -> Main by @git-elliot in #245
Full Changelog: v6.0.4...v6.0.5
-
6.0.416 Aug 2025Release notes
Open source →What's Changed
- Fix delete arp enteries if expired by @git-elliot in #230
- Store vendor table in sqlite database by @git-elliot in #232
Full Changelog: v6.0.2...v6.0.4
-
6.0.316 Aug 2025Release notes
Open source →What's Changed
- Fix delete arp enteries if expired by @git-elliot in #230
- Release v6.0.3 by @git-elliot in #231
Full Changelog: v6.0.2...v6.0.3
-
6.0.215 Aug 2025Release notes
Open source → -
6.0.115 Aug 2025Release notes
Open source →What's Changed
- Fix windows issue for ip address length by @git-elliot in #227
- Dev -> Main by @git-elliot in #228
Full Changelog: v6.0.0...v6.0.1
-
6.0.015 Aug 2025Release notes
Open source →What's Changed
- index used for pinged should start from 0, otherwise it will trigger … by @TMaHM in #222
- Performance improvement using drift database by @git-elliot in #224
- Add documentation using copilot and fixed examples by @git-elliot in #225
- Dev -> Main by @git-elliot in #226
New Contributors
Full Changelog: v5.0.6...v6.0.0
-
5.0.626 Feb 2025 -
5.0.512 Jan 2025 -
5.0.417 Nov 2024 -
5.0.317 Nov 2024 -
5.0.230 Mar 2024Release notes
Open source →- Bug for other languages on Windows fixed by codepage.
- Added mac address option to ActiveHost constractor.
-
5.0.117 Mar 2024 -
5.0.014 Mar 2024Release notes
Open source →- Added hostIds list parameter to restrict scan to only these ids.
- 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 -
4.0.514 Mar 2024 withdrawnNothing published for this version
-
4.0.404 Feb 2024 -
4.0.328 Jan 2024 -
4.0.217 Nov 2023 -
4.0.124 Sep 2023 -
4.0.024 Sep 2023 -
3.2.718 Sep 2023Release notes
Open source →- Removed example folder and added pubignore.
- Added vendor details but database looks old.
- More results are added using ARP on Lin/Mac/Win.
-
3.2.605 Sep 2023 -
3.2.503 Sep 2023 -
3.2.402 Sep 2023 -
3.2.301 Sep 2023Release notes
Open source →- Upgraded dependencies and improved pub score, moved network_tools_flutter to new repo
-
3.2.230 Aug 2023 -
3.2.118 Mar 2023Release notes
Open source →- Now GHA runs tests against 3 platforms windows, ubuntu, macos
- Code coverage is fixed so that it's visible in codecov portal.
-
3.2.008 Mar 2023Release notes
Open source →- getAllPingableDevicesAsync runs inside isolate to find all devices in a network.
- Bug fixes and improvements
-
3.1.028 Jan 2023 -
3.0.007 Aug 2022Release notes
Open source →Breaking change Change most of the methods names
* HostScanner.discover to HostScanner.getAllPingableDevices * HostScanner.discoverPort to HostScanner.scanDevicesForSinglePort * PortScanner.discover to PortScanner.scanPortsForSingleDeviceIp 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
-
3.0.0+207 Aug 2022Release notes
Open source →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+303 Nov 2022 -
2.1.026 Jul 2022 -
1.0.826 Jan 2022Release notes
Open source →Fixes
Add logs using logging package #13.
Even more points in pub.dev page #20.
-
1.0.724 Jan 2022Release notes
Open source →Fixed
Saving the response time from each device #9.
Example crash on Windows #14.
Bump package version #15.
-
0.0.617 Jan 2022 -
0.0.515 Oct 2021 -
0.0.417 Jul 2021 -
0.0.321 Jun 2021 -
0.0.205 Jun 2021 -
0.0.105 Jun 2021