Skip to content

A new Flutter Password Vault and Generator project using Sqflite and Provider.

License

Notifications You must be signed in to change notification settings

Emon526/Flutter_PassVault

Repository files navigation

Pass Vault

A new Flutter Password Vault and Generator project using Sqflite and Provider.

Features:

  • Dark and Light Theme mode
  • Save User Data to local Storage
  • Search Passwords
  • CRUD Passwords
  • Generate Random Password
  • Password Strength Meter
  • Get Website Favicon

Packages we are using:

Pass Vault App Final UI

Light Mode

light_mode



Night Mode

dark_mode





Change App Icon

Package - flutter_launcher_icons: link

  • step 1 : Replace the logo.png image with your logo.
  • step 2 : Change the logo path in pubspec.yaml file
  • step 3 : Run "flutter pub get"
  • step 4 : Run "flutter pub run flutter_launcher_icons:main"

Change Splash Screen

Package - flutter_native_splash: link

  • step 1 : Replace the logo.png image with your logo.
  • step 2 : Change the logo path in pubspec.yaml file
  • step 3 : Run "flutter pub clean"
  • step 4 : Run "flutter pub get"
  • step 5 : Run "flutter pub run flutter_native_splash:create"

Update Pods

Run All Commands


cd ios

pod cache clean --all

rm Podfile.lock

rm -rf .symlinks/

cd ..

flutter clean

flutter pub get

cd ios

pod update

pod repo update

pod install --repo-update

pod update

pod install

cd ..

You must be in your application directory to run those commands