0 purchases
dart totp
Features #
Generate TOTP two-factor authentication code.
Usage #
to /example folder.
import 'package:dart_totp/dart_totp.dart';
void main() {
String totp = TOTP.generateTOTP('KVARB3JSYG6RNYY7HJX2N6ZTUSOXU5RK');
print('awesome: $totp'); //277911
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.