tbib_biometric_storage 1.0.0+2 copy "tbib_biometric_storage: ^1.0.0+2" to clipboard
tbib_biometric_storage: ^1.0.0+2 copied to clipboard

Secure Storage: Encrypted data store optionally secured by biometric lock with support for iOS, Android

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tbib_biometric_storage

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

dependencies:
  tbib_biometric_storage: ^1.0.0+2

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:tbib_biometric_storage/auth/android_auth_messages.dart';
import 'package:tbib_biometric_storage/auth/ios_auth_messages.dart';
import 'package:tbib_biometric_storage/auth/tbib_auth.dart';
import 'package:tbib_biometric_storage/biometric_storage.dart';
import 'package:tbib_biometric_storage/biometric_storage_method_channel.dart';
import 'package:tbib_biometric_storage/biometric_storage_platform_interface.dart';
1
likes
150
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Secure Storage: Encrypted data store optionally secured by biometric lock with support for iOS, Android

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, local_auth, local_auth_android, local_auth_ios, plugin_platform_interface

More

Packages that depend on tbib_biometric_storage

Packages that implement tbib_biometric_storage