network_tools_flutter 2.0.3 network_tools_flutter: ^2.0.3 copied to clipboard
Extended features of network_tools package for flutter framework supporting iOS and Android
Change Log #
2.0.3 #
- Dependencies updated.
2.0.2 #
- Mdns search works on iOS now.
2.0.1 #
- Bug fixes and improvements
2.0.0 #
- 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 #
- scanPortsForSingleDevice and customDiscover supports async mode now.
1.0.4 #
- Use network_tools v4.0.1 to fix path issue in flutter.
1.0.3 #
- 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