passkey_ui_kit 0.1.0 copy "passkey_ui_kit: ^0.1.0" to clipboard
passkey_ui_kit: ^0.1.0 copied to clipboard

Drop-in, themeable UI screens and widgets for passkey (passwordless, biometric) authentication in Flutter. Built on top of the open-source passkeys plugin.

130/ 160
pub points
9
downloads

We analyzed this package 10 days ago, and awarded it 130 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 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

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

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

280 out of 281 API elements (99.6 %) have documentation comments.

Some symbols that are missing documentation: passkey_ui_kit.PasskeyBackend.PasskeyBackend.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:passkey_ui_kit/passkey_ui_kit.dart that imports:
  • package:passkeys/types.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:passkey_ui_kit/passkey_ui_kit.dart that imports:
  • package:passkeys/types.dart that imports:
  • package:passkeys_doctor/passkeys_doctor.dart that imports:
  • package:passkeys_doctor/src/types/exception_messages.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:passkey_ui_kit/passkey_ui_kit.dart that imports:
  • package:passkeys/types.dart that imports:
  • package:passkeys_doctor/passkeys_doctor.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:passkey_ui_kit/passkey_ui_kit.dart that imports:
  • package:passkeys/types.dart that imports:
  • package:passkeys_doctor/passkeys_doctor.dart that declares support for platforms: Android.
Package does not support platform `macOS`.

Because:

  • package:passkey_ui_kit/passkey_ui_kit.dart that imports:
  • package:passkeys/types.dart that imports:
  • package:passkeys_doctor/passkeys_doctor.dart that declares support for platforms: Android.
Package does not support platform `Web`.

Because:

  • package:passkey_ui_kit/passkey_ui_kit.dart that imports:
  • package:passkeys/types.dart that imports:
  • package:passkeys_doctor/passkeys_doctor.dart that declares support for platforms: Android.

WASM compatibility:

Package not compatible with runtime wasm

Because:

  • package:passkey_ui_kit/passkey_ui_kit.dart that imports:
  • package:passkeys/types.dart that imports:
  • package:passkeys_doctor/passkeys_doctor.dart that imports:
  • package:passkeys_doctor/src/types/exception_messages.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • dart:io

Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.cn/web/wasm 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
20 / 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
passkeys ^2.5.0 2.22.3 2.22.3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
clock - 1.1.3 1.1.3
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
device_info_plus - 13.2.0 13.2.0
device_info_plus_platform_interface - 8.1.0 8.1.0
ffi - 2.2.0 2.2.0
ffi_leak_tracker - 0.1.2 0.1.2
file - 7.0.1 7.0.1
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
json_annotation - 4.12.0 4.12.0
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
package_info_plus - 10.2.1 10.2.1
package_info_plus_platform_interface - 4.1.0 4.1.0
passkeys_android - 2.13.1 2.13.1
passkeys_darwin - 0.4.3+3 0.4.3+3
passkeys_doctor - 1.6.0 1.6.0
passkeys_platform_interface - 2.9.0 2.9.0
passkeys_web - 2.10.0 2.10.0
passkeys_windows - 0.1.3+2 0.1.3+2
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.4.2 2.4.2
web - 1.1.1 1.1.1
win32 - 6.4.0 6.4.0
win32_registry - 3.0.3 3.0.3

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 7 errors:

  • TYPE_TEST_WITH_UNDEFINED_NAME - lib/src/core/passkey_auth_controller.dart:181:18 - The name 'PasskeyUnsupportedException' isn't defined, so it can't be used in an 'is' expression.
  • UNDEFINED_METHOD - lib/src/core/passkey_availability.dart:86:32 - The method 'windows' isn't defined for the type 'GetAvailability'.
  • UNDEFINED_CLASS - lib/src/core/passkey_availability.dart:118:12 - Undefined class 'AvailabilityTypeWindows'.

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.19, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
130
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Drop-in, themeable UI screens and widgets for passkey (passwordless, biometric) authentication in Flutter. Built on top of the open-source passkeys plugin.

Repository (GitHub)
View/report issues

Topics

#passkeys #webauthn #authentication #biometrics #passwordless

License

MIT (license)

Dependencies

flutter, passkeys

More

Packages that depend on passkey_ui_kit