secure_password_generator 1.0.4 copy "secure_password_generator: ^1.0.4" to clipboard
secure_password_generator: ^1.0.4 copied to clipboard

Secure_password_generator is a command-line interface (CLI) application designed to generate strong and secure passwords using a combination of upper and lowercase letters, numbers, and symbols. Its p [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add secure_password_generator

With Flutter:

 $ flutter pub add secure_password_generator

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

dependencies:
  secure_password_generator: ^1.0.4

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:secure_password_generator/secure_password_generator.dart';
5
likes
140
points
5
downloads

Publisher

verified publisherameeen.me

Weekly Downloads

Secure_password_generator is a command-line interface (CLI) application designed to generate strong and secure passwords using a combination of upper and lowercase letters, numbers, and symbols. Its purpose is to help users improve the security of their online accounts and sensitive information by creating complex passwords that are difficult to guess or hack.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ansicolor

More

Packages that depend on secure_password_generator