auth_otp 1.0.0 copy "auth_otp: ^1.0.0" to clipboard
auth_otp: ^1.0.0 copied to clipboard

discontinuedreplaced by: auth_totp

A fast and easy-to-use time-based one-time password (TOTP) authentication package for your Flutter application.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auth_otp

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

dependencies:
  auth_otp: ^1.0.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:auth_otp/auth_otp.dart';
0
likes
150
points
54
downloads
screenshot

Publisher

verified publisherrohitchouhan.com

Weekly Downloads

A fast and easy-to-use time-based one-time password (TOTP) authentication package for your Flutter application.

Topics

#totp #otp #time-based #authentication #authentication-app

Documentation

API reference

License

MIT (license)

Dependencies

crypto, flutter

More

Packages that depend on auth_otp