A secure, feature-rich password manager app built with Flutter.
- Secure Storage: Safely store your passwords and account details
- Biometric Authentication: Unlock the app with fingerprint or face recognition
- Auto-lock: Automatically lock the app after a configurable period of inactivity
- Dark/Light Theme: Choose between light, dark, or system theme
- Password Generator: Create strong, custom passwords
- Bottom Navigation: Easy access to accounts, password generator, and settings
The app is organized using a clean architecture approach:
- presentation: UI layer with screens and widgets
- business: Provider classes and business logic
- data: Data models, repositories, and services
The app supports PIN and biometric authentication. All security settings can be configured in the Settings screen.
The app now features a bottom navigation with three main sections:
- Accounts: View, add, and manage your saved accounts
- Password Generator: Generate secure passwords with customizable options
- Settings: Configure app appearance, security, and auto-lock settings