passwd_gen_cli 1.0.2 copy "passwd_gen_cli: ^1.0.2" to clipboard
passwd_gen_cli: ^1.0.2 copied to clipboard

Application to generate passwords or a phrase composed of several words. It is possible to use one or more collections as source to create them.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add passwd_gen_cli

With Flutter:

 $ flutter pub add passwd_gen_cli

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

dependencies:
  passwd_gen_cli: ^1.0.2

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:passwd_gen_cli/passwd_gen_cli.dart';
0
likes
140
pub points
0%
popularity

Publisher

verified publisherkurdy.ch

Application to generate passwords or a phrase composed of several words. It is possible to use one or more collections as source to create them.

Repository (GitLab)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

ansicolor, passwd_gen

More

Packages that depend on passwd_gen_cli