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

2FA Authentication package for flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add f_authenticator

With Flutter:

 $ flutter pub add f_authenticator

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

dependencies:
  f_authenticator: ^0.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:f_authenticator/f_authenticator.dart';
3
likes
120
pub points
45%
popularity

Publisher

unverified uploader

2FA Authentication package for flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

otp

More

Packages that depend on f_authenticator