Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 889 Bytes

CHANGELOG.md

File metadata and controls

49 lines (28 loc) · 889 Bytes

Change Log

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