Skip to content

sapatevaibhav/pass_mgr

Repository files navigation

password_manager

Password manager built in flutter

This is a demonstration of a simple password manager in flutter which uses sqflite to store passwords in persistent storage

Features provided are

  • Add entry
  • View all entries
  • Delete entry

This app is coded in very basic manner such that anyone with basic Flutter knowledge can play with it. Here is the demonstration (SS) of my Password Manager

  1. Homepage (Without any data)

2. Add details page

3. Filling details (Mock data)

4. Homepage (With filled Mock data)

5. Homepage (Filled)

6. Deleting a record (from left)

6. Deleting a record (from right)

7. View record

If you liked my work star the repo.