biometry 1.0.3 copy "biometry: ^1.0.3" to clipboard
biometry: ^1.0.3 copied to clipboard

A Flutter package for integrating with the Biometry API to provide biometric authentication and verification services.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add biometry

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

dependencies:
  biometry: ^1.0.3

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:biometry/biometry.dart';
1
likes
150
points
167
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for integrating with the Biometry API to provide biometric authentication and verification services.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

audio_session, camera, camera_platform_interface, device_info_plus, flutter, flutter_doc_scanner, http, http_parser, path_provider, recase, speech_to_text, uuid, video_compress

More

Packages that depend on biometry