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

A composable Flutter SDK that wraps biometric authentication into an injectable, namespace-aware layer with typed results, fallback chains, session management, lockout logic, and audit event emission. [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add biometric_shield

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  biometric_shield: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:biometric_shield/biometric_shield.dart';
0
likes
150
points
45
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A composable Flutter SDK that wraps biometric authentication into an injectable, namespace-aware layer with typed results, fallback chains, session management, lockout logic, and audit event emission. Backend-agnostic — works with Firebase, Supabase, Amplify, custom JWT, or any auth system.

Repository (GitHub)
View/report issues
Contributing

Topics

#biometric #authentication #security #face-id #fingerprint

License

MIT (license)

Dependencies

crypto, flutter, flutter_secure_storage, local_auth, universal_io

More

Packages that depend on biometric_shield