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

outdated

Implement TOPT and HOTP methods.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add otp_util

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

dependencies:
  otp_util: ^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:otp_util/otp_util.dart';
7
likes
0
points
596
downloads

Publisher

unverified uploader

Weekly Downloads

Implement TOPT and HOTP methods.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

base32, crypto, flutter

More

Packages that depend on otp_util