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:
- form_field_validator: link
- persistent_bottom_nav_bar: link
- provider: link
- sqflite: link
- shared_preferences: link
- cached_network_image: link
- favicon: link
- intl: link
- path: link
- flutter_svg: link
- webview: link
Light Mode
Night Mode
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"
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"
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 ..