nexora_sdk 3.4.3
nexora_sdk: ^3.4.3 copied to clipboard
A cross-platform Flutter hardware SDK with native Android/iOS hardware APIs plus safe web and desktop fallbacks.
We analyzed this package 2 days ago, and awarded it 135 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("3.4.3").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
779 out of 837 API elements (93.1 %) have documentation comments.
Some symbols that are missing documentation: audio_module, audio_module.AudioInputController.AudioInputController.new, audio_module.AudioModule.AudioModule.new, audio_module.AudioOutputController.AudioOutputController.new, biometric_module.
10/10 points: Package has an example
10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:nexora_sdk/nexora_sdk.dartthat imports:package:nexora_sdk_platform_interface/core/background_isolates.dartthat imports:dart:isolate
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:nexora_sdk/nexora_sdk.dartthat imports:package:nexora_sdk_platform_interface/core/background_isolates.dartthat imports:dart:isolate
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
Swift Package Manager support:
Package does not support the Swift Package Manager on macOS
The default package nexora_sdk_desktop does not contain macos/nexora_sdk_desktop/Package.swift.
Package does not support the Swift Package Manager on iOS
The default package nexora_sdk_ios does not contain ios/nexora_sdk_ios/Package.swift.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 28 issues. Showing the first 2:
INFO: The import of 'package:nexora_sdk_platform_interface/models/hardware_capabilities.dart' is unnecessary because all of the used elements are also provided by the import of 'package:nexora_sdk/nexora_sdk.dart'.
lib/core/hardware_lifecycle.dart:4:8
╷
4 │ import 'package:nexora_sdk_platform_interface/models/hardware_capabilities.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/core/hardware_lifecycle.dart
INFO: Missing documentation for a public member.
lib/ffi/nexora_ffi.dart:4:9
╷
4 │ typedef InitializeSensorCoreC = Void Function();
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/ffi/nexora_ffi.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
meta |
^1.11.0 |
1.18.0 | 1.18.2 | |
nexora_sdk_android |
^3.4.1 |
3.4.1 | 3.4.1 | |
nexora_sdk_desktop |
^3.4.1 |
3.4.1 | 3.4.1 | |
nexora_sdk_ios |
^3.4.1 |
3.4.1 | 3.4.1 | |
nexora_sdk_platform_interface |
^3.4.1 |
3.4.1 | 3.4.1 | |
nexora_sdk_web |
^3.4.1 |
3.4.1 | 3.4.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.2.0 | 2.3.0 | |
web |
- | 1.1.1 | 1.1.1 |
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.23.12, Flutter 3.44.0, Dart 3.12.0.
Check the analysis log for details.