lan_scanner 3.3.0 lan_scanner: ^3.3.0 copied to clipboard
A package that allows discovering network devices via multi-threaded ICMP pings.
Changelog #
3.3.0 #
- Renamed
scanSpeed
property toscanThreads
. - Implemented barrel pattern for source files.
subnet
parameter inicmpScan()
is now required.- Updated documentation.
3.2.0 #
ProgressCallback
now uses double instead of string.
3.1.1 #
- Updated export file to include
ProgressCallback
class.
3.1.0 #
- Switched to a more reliable ping plugin.
- Added timeout argument to
icmpScan()
. - Increased concurrent scanning threads count to 10.
- Fixed a bug that caused the stream not to close.
- Updated example.
3.0.2 #
- Updated README.md.
3.0.1 #
- Fixed package description.
3.0.0 #
- The library now makes use of multi-threading to speed up the scanning process multiple times.
- The
quickScan()
andpreciseScan()
no longer are available. - Changed name of
DeviceModel
toHostModel
. - Updated docs.
- Updated lint version.
- Updated example.
2.0.1 #
- Updated pubspec.yaml in the example
- Updated README.md
- Updated lint package to 1.6.0
2.0.0 #
- Changed name of
DeviceAddress
toDeviceModel
ProgressCallback
now return aProgressModel
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