nordic_nrf_mesh_faradine 0.13.4
nordic_nrf_mesh_faradine: ^0.13.4 copied to clipboard
A Flutter plugin to enable mesh network management and communication using Nordic Semiconductor's SDKs.
We analyzed this package 12 hours ago, and awarded it 120 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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
253 out of 575 API elements (44.0 %) have documentation comments.
Some symbols that are missing documentation: nordic_nrf_mesh_faradine.BitFieldString, nordic_nrf_mesh_faradine.BleManagerCallbacks.BleManagerCallbacks.new, nordic_nrf_mesh_faradine.BleManagerCallbacksDiscoveredServices.device, nordic_nrf_mesh_faradine.BleManagerCallbacksDiscoveredServices.service, nordic_nrf_mesh_faradine.BleManagerCallbacksError.device.
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:nordic_nrf_mesh_faradine/nordic_nrf_mesh_faradine.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:nordic_nrf_mesh_faradine/nordic_nrf_mesh_faradine.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:nordic_nrf_mesh_faradine/nordic_nrf_mesh_faradine.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:nordic_nrf_mesh_faradine/nordic_nrf_mesh_faradine.dartthat declares support for platforms:Android,iOS.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/nordic_nrf_mesh_faradine/Package.swift.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 40 issues. Showing the first 2:
INFO: 'discoverServices' is deprecated and shouldn't be used. Use `discoverAllServices` and `getDiscoverServices`.
lib/src/ble/ble_mesh_manager.dart:68:45
╷
68 │ _discoveredServices = await bleInstance.discoverServices(device!.id);
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ble/ble_mesh_manager.dart
INFO: Missing type annotation.
lib/src/mesh_manager_api.dart:1064:45
╷
1064 │ DoozEpochStatusData _onRawDoozEpochStatus(event) {
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/mesh_manager_api.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
device_info_plus |
^10.1.2 |
10.1.2 | 12.3.0 | |
flutter_reactive_ble |
^5.0.2 |
5.4.0 | 5.4.0 | |
freezed_annotation |
^2.1.0 |
2.4.4 | 3.1.0 | |
json_annotation |
^4.7.0 |
4.9.0 | 4.9.0 | |
meta |
^1.8.0 |
1.17.0 | 1.17.0 | |
retry |
^3.1.0 |
3.1.2 | 3.1.2 | |
rxdart |
^0.27.5 |
0.27.7 | 0.28.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
device_info_plus_platform_interface |
- | 7.0.3 | 7.0.3 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
functional_data |
- | 1.2.0 | 1.2.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
protobuf |
- | 2.1.0 | 6.0.0 | |
reactive_ble_mobile |
- | 5.4.0 | 5.4.0 | |
reactive_ble_platform_interface |
- | 5.4.0 | 5.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 5.15.0 | |
win32_registry |
- | 1.1.5 | 2.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^10.1.2` on device_info_plus does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `^2.1.0` on freezed_annotation does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions freezed_annotation to update the constraint.
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 288 errors:
UNDEFINED_NAMED_PARAMETER-lib/src/events/data/config_app_key_status/config_app_key_status.freezed.dart:31:12- The named parameter 'includeFromJson' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/src/events/data/config_app_key_status/config_app_key_status.freezed.dart:31:36- The named parameter 'includeToJson' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/src/events/data/config_app_key_status/config_app_key_status.freezed.dart:134:12- The named parameter 'includeFromJson' isn't defined.
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.23.4, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.