2 min read
Password Generator

I made this as a simple weekend project because I wanted to try Flutter Web and also the Forui widget library, which, as they say themselves, is “heavily” inspired by Shadcn. In my opinion it is probably overused these days, like every cool-looking site ends up using Shadcn components, but nothing wrong with that either.

Flutter password generator cover

Second Flutter password generator screenshot

This responsive app helps you create strong, secure passwords with just a few taps. Nothing a smartphone or browser cannot already do today, but still.

Features

Custom password settings

Pick what you want in your password:

  • Uppercase letters
  • Lowercase letters
  • Numbers
  • Symbols

Adjustable length

Choose a password length between 8 and 32 characters.

Instant generation

Any change in the settings automatically generates a new password.

Copy on focus

As soon as you tap the password box, it gets copied to the clipboard.

Responsive design

It looks good on all screen sizes.

Nice toast feedback

It uses clean toast messages for success notifications.