Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 1.09 KB

File metadata and controls

67 lines (40 loc) · 1.09 KB

Change Log

3.0.3

Upgrade to latest network_tools

3.0.2

Mac vendor improvements

3.0.1

ARP protocol improvements

3.0.0

Performance improvements

2.0.7

Scan fixed for android

2.0.6

Publish using setup-dart workflow

2.0.5

Bug fixes and improvements

2.0.4

  1. Coverage fix for codecov

2.0.3

  1. Dependencies updated.

2.0.2

  1. Mdns search works on iOS now.

2.0.1

  1. Bug fixes and improvements

2.0.0

  1. Unified framework for network_tools and network_tools_flutter

Breaking change Replace these occurences in your project

* HostScannerFlutter to HostScannerService.instance
* PortScannerFlutter to PortScannerService.instance

1.0.5

  1. scanPortsForSingleDevice and customDiscover supports async mode now.

1.0.4

  1. Use network_tools v4.0.1 to fix path issue in flutter.

1.0.3

  1. Consume latest version of network_tools v4.0.0

1.0.2

  • Added flutter example and updated pubspec with relevant sections.

1.0.1

  • Bug fixes and improvements, add more tests for coverage

1.0.0

  • Initial support added for ping_ios_dart in network_tools