carp_connectivity_package 1.7.2
carp_connectivity_package: ^1.7.2 copied to clipboard
CARP connectivity sampling package. Samples connectivity status, bluetooth devices, and wifi access points.
We analyzed this package 16 hours ago, and awarded it 130 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
139 out of 163 API elements (85.3 %) 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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: The part-of directive uses a library name.
lib/connectivity_data.dart:8:1
╷
8 │ part of connectivity;
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/connectivity_data.dart
INFO: The part-of directive uses a library name.
lib/connectivity_package.dart:1:1
╷
1 │ part of connectivity;
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/connectivity_package.dart
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.8.4 | 1.8.4 | |
carp_mobile_sensing |
^1.10.0 |
1.12.2 | 1.12.2 | |
carp_serializable |
^2.0.0 |
2.0.1 | 2.0.1 | |
connectivity_plus |
^6.0.0 |
6.1.3 | 6.1.3 | |
crypto |
^3.0.0 |
3.0.6 | 3.0.6 | |
flutter_blue_plus |
^1.15.0 |
1.35.3 | 1.35.3 | |
json_annotation |
^4.8.0 |
4.9.0 | 4.9.0 | |
network_info_plus |
^6.0.0 |
6.1.3 | 6.1.3 | |
permission_handler |
^11.0.0 |
11.4.0 | 11.4.0 |
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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 2 errors:
UNDEFINED_GETTER
-lib/connectivity_data.dart:160:44
- The getter 'platformName' isn't defined for the type 'BluetoothDevice'.UNDEFINED_GETTER
-lib/connectivity_data.dart:163:53
- The getter 'advName' isn't defined for the type 'AdvertisementData'.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.