lan_scanner 2.0.1 lan_scanner: ^2.0.1 copied to clipboard
A package that allows discovering network devices via UDP or ICMP pings.
Changelog #
2.0.1 #
- Update pubspec.yaml in the example
- Update README.md
- Update lint package to 1.6.0
2.0.0 #
- Changed name of DeviceAddress to DeviceModel
- ProgressCallback now return a ProgressModel instead of a String
- preciseScan() now uses StreamController instead of generator function
- Fix typos
- Bug fixes
- Updated docs
- Updated example
1.0.3 #
- Added lint rules
- Updated docs
1.0.2 #
- Changed main dependency to support iOS
- Updated docs
1.0.1 #
- Updated docs
1.0.0 #
- Initial release