toto 1.0.1 copy "toto: ^1.0.1" to clipboard
toto: ^1.0.1 copied to clipboard

AI-first TOTP and HOTP CLI with text, JSON, and LON output.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate toto

Use it

The package has the following executables:

$ toto

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add toto

With Flutter:

 $ flutter pub add toto

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

dependencies:
  toto: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:toto/toto.dart';
1
likes
160
points
0
downloads

Documentation

API reference

Publisher

verified publisherfluttercandies.com

Weekly Downloads

AI-first TOTP and HOTP CLI with text, JSON, and LON output.

Homepage
Repository (GitHub)
View/report issues

Topics

#otp #totp #hotp #cli #ai

License

MIT (license)

Dependencies

args, dart_dash_otp, lon

More

Packages that depend on toto