simple_totp_auth 0.0.2 copy "simple_totp_auth: ^0.0.2" to clipboard
simple_totp_auth: ^0.0.2 copied to clipboard

A Flutter package to generate and verify TOTP codes with QR setup widget. Works on all platforms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_totp_auth

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

dependencies:
  simple_totp_auth: ^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:simple_totp_auth/simple_totp_auth.dart';
3
likes
160
points
27
downloads

Publisher

verified publisherayusdev.xyz

Weekly Downloads

A Flutter package to generate and verify TOTP codes with QR setup widget. Works on all platforms.

Repository (GitHub)
View/report issues

Topics

#totp #otp #authentication #qr-code #google-authenticator

Documentation

API reference

License

MIT (license)

Dependencies

base32, crypto, flutter, pretty_qr_code

More

Packages that depend on simple_totp_auth