flutter-code-snippets
flutter-code-snippets copied to clipboard
Create PasswordGenerator.dart
This is a Flutter app that generates a random password based on a selected length, using a character set that includes uppercase and lowercase letters, numbers, and special characters. It includes a dropdown menu to select the password length and a button to generate a new password.