Skip to content

Passwords manager in flutter and uses firebase as backend, and allows user to sign up/sign in. User is allowed to add / edit / delete a passwords, search them, generate random strong passwords and manage their profile

Notifications You must be signed in to change notification settings

rithik-dev/Password-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Manager

- Password Manager in flutter which allows user to sign up/sign in using firebase.
- The app is using firebase as backend
- User is allowed to add / edit / delete a password
- User can search through all the passwords
- Generate random strong passwords
- Settings allows user to change name, email, password and delete account

Features

- Register / Login

- The user can use the forgot password button to receive a password reset email

sign_up sign_in

- Vault : All the password cards are shown in the vault

vault

- Search through the list of passwords

search

- Password details

- The copy button can be used to copy the password immediately ..
- Tapping on the card opens the details of all the fields in the card which further allows the user to edit/delete a card.
- The copy button against each field allows user to instantly copy a field's value.

pass_details

- Add / edit / delete a password card

- There are a lot of options when adding a new card like creating custom fields or choosing pre defined fields from the dropdown

add_pass edit_pass delete_pass

- Swipe right to instantly edit a card or swipe right to instantly delete a card

insta_edit insta_delete

- Generate random passwords by selecting the appropriate fields. The copy button allows user to instantly copy a password.

pass_gen_screen pass_gen

- Settings allows user to edit profile details such as profile picture, name , email , password and also delete account

settings

About

Passwords manager in flutter and uses firebase as backend, and allows user to sign up/sign in. User is allowed to add / edit / delete a passwords, search them, generate random strong passwords and manage their profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages