simple_totp_auth 0.0.1 copy "simple_totp_auth: ^0.0.1" to clipboard
simple_totp_auth: ^0.0.1 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.1

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
135
points
29
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

#flutter #otp #totp #authentication #two-factor

Documentation

API reference

License

MIT (license)

Dependencies

base32, crypto, flutter, pretty_qr_code

More

Packages that depend on simple_totp_auth