passcode_biometric_auth 0.1.1
passcode_biometric_auth: ^0.1.1 copied to clipboard
A Flutter package that combines both passcode and biometric authentications effectively.
We analyzed this package 9 hours ago, and awarded it 150 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
68 out of 70 API elements (97.1 %) have documentation comments.
Some symbols that are missing documentation: passcode_biometric_auth
, passcode_biometric_auth.OnRead
.
10/10 points: Package has an example
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ macOS
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:passcode_biometric_auth/passcode_biometric_auth.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth_ui_cached.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth_ui.dart
that imports:package:passcode_biometric_auth/src/components/create_passcode.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth.dart
that imports:package:local_auth/local_auth.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
.
Package does not support platform `Web`.
Because:
package:passcode_biometric_auth/passcode_biometric_auth.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth_ui_cached.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth_ui.dart
that imports:package:passcode_biometric_auth/src/components/create_passcode.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth.dart
that imports:package:local_auth/local_auth.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
.
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:passcode_biometric_auth/passcode_biometric_auth.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth_ui_cached.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth_ui.dart
that imports:package:passcode_biometric_auth/src/components/create_passcode.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth.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:passcode_biometric_auth/passcode_biometric_auth.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth_ui_cached.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth_ui.dart
that imports:package:passcode_biometric_auth/src/components/create_passcode.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth.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:passcode_biometric_auth/passcode_biometric_auth.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth_ui_cached.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth_ui.dart
that imports:package:passcode_biometric_auth/src/components/create_passcode.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth.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:passcode_biometric_auth/passcode_biometric_auth.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth_ui_cached.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth_ui.dart
that imports:package:passcode_biometric_auth/src/components/create_passcode.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth.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
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:passcode_biometric_auth/passcode_biometric_auth.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth_ui_cached.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth_ui.dart
that imports:package:passcode_biometric_auth/src/components/create_passcode.dart
that imports:package:passcode_biometric_auth/src/passcode_biometric_auth.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
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.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Missing type annotation.
lib/src/utils/pref_keys.dart:15:10
╷
15 │ static createKey(String prefix, String subKey) {
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/utils/pref_keys.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
crypto |
^3.0.3 |
3.0.6 | 3.0.6 | |
local_auth |
^2.2.0 |
2.3.0 | 2.3.0 | |
pinput |
^5.0.0 |
5.0.2 | 5.0.2 | |
shared_preferences |
^2.2.2 |
2.5.3 | 2.5.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
flutter_plugin_android_lifecycle |
- | 2.0.30 | 2.0.30 | |
intl |
- | 0.20.2 | 0.20.2 | |
local_auth_android |
- | 1.0.53 | 1.0.53 | |
local_auth_darwin |
- | 1.6.1 | 1.6.1 | |
local_auth_platform_interface |
- | 1.1.0 | 1.1.0 | |
local_auth_windows |
- | 1.0.11 | 1.0.11 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
shared_preferences_android |
- | 2.4.14 | 2.4.14 | |
shared_preferences_foundation |
- | 2.5.4 | 2.5.4 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_platform |
- | 1.1.0 | 1.1.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
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.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.