- Coverage fix for codecov
- Dependencies updated.
- Mdns search works on iOS now.
- Bug fixes and improvements
- 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
- scanPortsForSingleDevice and customDiscover supports async mode now.
- Use network_tools v4.0.1 to fix path issue in flutter.
- Consume latest version of network_tools v4.0.0
- Added flutter example and updated pubspec with relevant sections.
- Bug fixes and improvements, add more tests for coverage
- Initial support added for ping_ios_dart in network_tools