
This simple Flutter application generates random passwords based on user preferences.
Digital security is paramount in today's interconnected world. By creating a robust and user-friendly password generation tool, I contribute to enhancing individuals' cybersecurity posture, fostering a safer online environment.
- Allows users to customize password length.
- Users can choose whether to include numbers and special characters in the generated password.
- Provides an option to copy the generated password to the clipboard.
To get started with the Password Generator App, follow these steps: Download the Application in the release directory or Clone the repository:
git clone https://github.com/kavindus0/password-generator.git
- flutter
- http
-
Upon launching the app, users can customize the password length using the slider.
-
Users can toggle options to include numbers and special characters in the generated password.
-
The generated password is displayed on the screen.
-
Users can copy the generated password to the clipboard by clicking the "Copy to Clipboard" button.
Contributions are welcome! If you'd like to contribute to this project, you can open a pull request or submit an issue with your suggestions.
MIT License