carp_connectivity_package 1.8.1+1
carp_connectivity_package: ^1.8.1+1 copied to clipboard
CARP connectivity sampling package. Samples connectivity status, bluetooth devices, and wifi access points.
We analyzed this package 8 hours ago, and awarded it 160 pub points (of a possible 160):
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: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
149 out of 177 API elements (84.2 %) have documentation comments.
Some symbols that are missing documentation: connectivity.Bluetooth.Bluetooth.fromJson
, connectivity.Bluetooth.Bluetooth.new
, connectivity.Bluetooth.addBluetoothDevice
, connectivity.Bluetooth.addBluetoothDevicesFromScanResults
, connectivity.Bluetooth.dataType
.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:carp_connectivity_package/connectivity.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:carp_connectivity_package/connectivity.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:carp_connectivity_package/connectivity.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:carp_connectivity_package/connectivity.dart
that declares support for platforms:Android
,iOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:carp_connectivity_package/connectivity.dart
that imports:package:carp_mobile_sensing/carp_mobile_sensing.dart
that imports:package:carp_mobile_sensing/services.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:carp_connectivity_package/connectivity.dart
that imports:package:carp_mobile_sensing/carp_mobile_sensing.dart
that imports:package:carp_mobile_sensing/services.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:carp_connectivity_package/connectivity.dart
that imports:package:carp_mobile_sensing/carp_mobile_sensing.dart
that imports:package:carp_mobile_sensing/services.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_linux.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
50/50 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 | Notes |
---|---|---|---|---|
carp_core |
^1.8.0 |
1.9.3 | 1.9.3 | |
carp_mobile_sensing |
^1.10.0 |
1.13.1 | 1.13.1 | |
carp_serializable |
^2.0.0 |
2.0.1 | 2.0.1 | |
connectivity_plus |
^6.0.0 |
6.1.4 | 6.1.4 | |
crypto |
^3.0.0 |
3.0.6 | 3.0.6 | |
flutter_blue_plus |
^1.35.0 |
1.35.5 | 1.35.5 | |
json_annotation |
^4.8.0 |
4.9.0 | 4.9.0 | |
network_info_plus |
^6.0.0 |
6.1.4 | 6.1.4 | |
permission_handler |
>=11.0.0 <13.0.0 |
11.4.0 | 12.0.1 |
Transitive dependencies
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: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.