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

A comprehensive and extensible password generation library for Dart and Flutter

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add password_engine

With Flutter:

 $ flutter pub add password_engine

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

dependencies:
  password_engine: ^1.0.0

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:password_engine/password_engine.dart';
0
likes
160
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive and extensible password generation library for Dart and Flutter

Repository (GitHub)
View/report issues

Topics

#password #security #generator #cryptography #random

Documentation

API reference

License

MIT (license)

Dependencies

collection, i18n

More

Packages that depend on password_engine