Passlum is a simple and secure password generator app built with Flutter and Dart. It allows users to generate strong passwords according to their preferences, ensuring better security for their online accounts and sensitive information.
- Generate strong passwords with customizable options.
- Specify password length, including options for uppercase letters, lowercase letters, numbers, and special characters.
You can also use predefined templates:
"Easy to read" means that you can include only uppercase letters and lowercase letters.
"Easy to read" avoids ambiguous characters like 0, o, O, 1, l, L, i, I.
"All characters" allows you to fully customize your password. :D - Copy generated passwords to the clipboard for easy use.
To run the Passlum app locally, follow these steps:
- Clone this repository to your local machine.
- Ensure you have Flutter and Dart installed on your system.
- Navigate to the project directory in your terminal.
- Run the command
flutter pub get
to install the required dependencies. - Connect a device or start an emulator.
- Run the command
flutter run
to launch the app.
- Open the Passlum app on your device.
- Customize the password generation options according to your preferences.
- Password will be generated automatically.
- Copy the generated password to the clipboard by tapping the "Copy"/"Copy password" button.
- Use the password in your desired applications or accounts.
The Passlum app utilizes the following packages:
Name | Version | Link on pub.dev |
---|---|---|
Bloc | 8.1.3 | https://pub.dev/packages/bloc |
OKToast | 3.3.1 | https://pub.dev/packages/oktoast |
Apache License Version 2.0