nexora_sdk 3.4.4 copy "nexora_sdk: ^3.4.4" to clipboard
nexora_sdk: ^3.4.4 copied to clipboard

A cross-platform Flutter hardware SDK with native Android/iOS hardware APIs plus safe web and desktop fallbacks.

135/ 160
pub points
506
downloads

We analyzed this package 36 hours ago, and awarded it 135 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
25 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("3.4.4").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package has an example

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 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.dart that imports:
  • package:nexora_sdk_platform_interface/core/background_isolates.dart that imports:
  • dart:isolate

WASM compatibility:

Package not compatible with runtime wasm

Because:

  • package:nexora_sdk/nexora_sdk.dart that imports:
  • package:nexora_sdk_platform_interface/core/background_isolates.dart that 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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 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

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
3
likes
135
points
506
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A cross-platform Flutter hardware SDK with native Android/iOS hardware APIs plus safe web and desktop fallbacks.

Repository (GitHub)
View/report issues
Contributing

Topics

#hardware #camera #bluetooth #sensors #cross-platform

License

MIT (license)

Dependencies

flutter, meta, nexora_sdk_android, nexora_sdk_desktop, nexora_sdk_ios, nexora_sdk_platform_interface, nexora_sdk_web

More

Packages that depend on nexora_sdk

Packages that implement nexora_sdk