I have developed a password manager in flutter using HIVE database in which user can create his/her account and manage passwords.
This password manager is secured as passwords are saved in the database and not shown to the user itself.
Once a user saves a password they will not be able to see it again just he/she will be able to copy it only after successful Login.
|
Splash Screen |
|
Login Screen |
|
Login error
|
|
Signup Screen |
|
Passwords Page |
|
Password operations dialog |
Source Code: 👇👇👇
Click here to download the source code of this project.
Download apk of the app from Here
Comments