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

Local Auth integration for developer_tools. Check biometric support, view enrolled biometrics, test authentication, and copy auth status from the debug overlay.

developer_tools_local_auth #

Local Auth integration for developer_tools. Inspect biometric support and test authentication from the debug overlay, without writing a throwaway screen.

Features #

  • Auth Overview – Whether the device supports biometrics and what is enrolled.
  • Available Biometrics – The specific biometric types the OS reports.
  • Test Authentication – Trigger a real prompt and see the result.
  • Copy Auth Status – Copy the full status to the clipboard for a bug report.

Installation #

dependencies:
  developer_tools: ^0.0.7
  developer_tools_local_auth: ^0.0.3
  local_auth: ^3.0.0

Usage #

MaterialApp(
  builder: DeveloperTools.builder(
    extensions: const [DeveloperToolsLocalAuth()],
  ),
);
0
likes
140
points
112
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Local Auth integration for developer_tools. Check biometric support, view enrolled biometrics, test authentication, and copy auth status from the debug overlay.

Topics

#development #debug #tools #local-auth #flutter

License

MIT (license)

Dependencies

developer_tools_core, flutter, local_auth

More

Packages that depend on developer_tools_local_auth