ro_password_generator 0.0.1 copy "ro_password_generator: ^0.0.1" to clipboard
ro_password_generator: ^0.0.1 copied to clipboard

A flutter package that randomly generates password with digits, lowcase characters, upcase characters and special characters.

RoPasswordGenerator #

A flutter package that randomly generates password with digits, lowcase characters, upcase characters and special characters.

Usage #

final password = RoPasswordGenerator.generate(length: 12, includeUpcaseChars: true, excludeSimiliarChars: false);

Installation #

  1. Add the latest version of package to your pubspec.yaml (and rundart pub get):
dependencies:
  ro_password_generator: ^0.0.1
  1. Import the package and use it in your Flutter App.
import 'package:ro_password_generator/ro_password_generator.dart';
1
likes
110
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package that randomly generates password with digits, lowcase characters, upcase characters and special characters.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ro_password_generator