lan_scanner 3.4.1
lan_scanner: ^3.4.1 copied to clipboard
Dart / Flutter package that allows discovering network devices via multi-threaded ICMP pings.
27
likes
130/ 130
pub points
80%
popularity
We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 130):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 14 out of 15 API elements (93.3 %) have documentation comments.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:lan_scanner/lan_scanner.dart
that imports:package:lan_scanner/src/lan_scanner.dart
that imports:package:dart_ping/dart_ping.dart
that imports:package:dart_ping/src/ping_interface.dart
that imports:package:dart_ping/src/ping/windows_ping.dart
that imports:package:dart_ping/src/ping/base_ping.dart
that imports:dart:io
30/30 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
dart_ping | ^6.1.2 | 6.1.2 | 6.1.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async | - | 2.9.0 | 2.9.0 |
collection | - | 1.16.0 | 1.16.0 |
meta | - | 1.8.0 | 1.8.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.13
, Dart 2.17.5
.