nuage_biometrique 0.0.3 copy "nuage_biometrique: ^0.0.3" to clipboard
nuage_biometrique: ^0.0.3 copied to clipboard

A Flutter plugin that provides biometric authentication capabilities for Android and iOS applications, allowing secure user verification through fingerprint, face ID, and other biometric methods.

125/ 160
pub points
22
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

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 ("0.0.3").

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

8 out of 17 API elements (47.1 %) have documentation comments.

Some symbols that are missing documentation: nuage_biometrique, nuage_biometrique.NuageBiometrique.NuageBiometrique.new, nuage_biometrique.NuageBiometrique.verifierEtAuthentifier, nuage_biometrique_method_channel, nuage_biometrique_method_channel.MethodChannelNuageBiometrique.MethodChannelNuageBiometrique.new.

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 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ macOS

  • ✓ Web

These platforms are not supported:

Package does not support platform `Linux`.

Because:

  • package:nuage_biometrique/nuage_biometrique.dart that declares support for platforms: Android, iOS, Windows, macOS, Web.

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:nuage_biometrique/nuage_biometrique.dart that imports:
  • package:local_auth/local_auth.dart that imports:
  • package:local_auth/src/local_auth.dart that imports:
  • package:local_auth_windows/local_auth_windows.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:nuage_biometrique/nuage_biometrique.dart that imports:
  • package:local_auth/local_auth.dart that imports:
  • package:local_auth/src/local_auth.dart that imports:
  • package:local_auth_windows/local_auth_windows.dart that declares support for platforms: Windows.
Package does not support platform `Windows`.

Because:

  • package:nuage_biometrique/nuage_biometrique.dart that imports:
  • package:local_auth/local_auth.dart that imports:
  • package:local_auth/src/local_auth.dart that imports:
  • package:local_auth_darwin/local_auth_darwin.dart that declares support for platforms: iOS, macOS.
Package does not support platform `macOS`.

Because:

  • package:nuage_biometrique/nuage_biometrique.dart that imports:
  • package:local_auth/local_auth.dart that imports:
  • package:local_auth/src/local_auth.dart that imports:
  • package:local_auth_windows/local_auth_windows.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:nuage_biometrique/nuage_biometrique.dart that imports:
  • package:local_auth/error_codes.dart that declares support for platforms: Android, iOS, Windows, macOS.

WASM compatibility:

Package not compatible with runtime wasm

Because:

  • package:nuage_biometrique/nuage_biometrique.dart that imports:
  • package:local_auth/local_auth.dart that imports:
  • package:local_auth/src/local_auth.dart that imports:
  • package:local_auth_darwin/local_auth_darwin.dart that imports:
  • dart:io

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 package does not contain macos/nuage_biometrique/Package.swift.

Package does not support the Swift Package Manager on iOS

The package does not contain ios/nuage_biometrique/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.

Passed report section
Pass static analysis
50 / 50trigger folding of the section

Passed check 50/50 points: code has no errors, warnings, lints, or formatting issues

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

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
local_auth ^2.1.8 2.3.0 3.0.1
plugin_platform_interface ^2.1.8 2.1.8 2.1.8
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
flutter_plugin_android_lifecycle - 2.0.33 2.0.33
intl - 0.20.2 0.20.2
local_auth_android - 1.0.56 2.0.7
local_auth_darwin - 1.6.1 2.0.3
local_auth_platform_interface - 1.1.0 1.1.0
local_auth_windows - 1.0.11 2.0.1
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
path - 1.9.1 1.9.1
vector_math - 2.2.0 2.3.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^2.1.8` on local_auth does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions local_auth to update the constraint.

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.11, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
125
points
22
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that provides biometric authentication capabilities for Android and iOS applications, allowing secure user verification through fingerprint, face ID, and other biometric methods.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, local_auth, plugin_platform_interface

More

Packages that depend on nuage_biometrique

Packages that implement nuage_biometrique