https://github.com/revmax-creator/password_manager
https://github.com/revmax-creator/password_manager
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/revmax-creator/password_manager
- Owner: RevMax-creator
- Created: 2025-02-17T17:22:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T18:36:07.000Z (over 1 year ago)
- Last Synced: 2025-02-17T18:36:45.732Z (over 1 year ago)
- Language: C++
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Manager 🔐
A lightweight, cross-platform password manager built with Flutter, designed for users who need a simple and efficient way to manage their passwords. With this app, you can easily store, edit, delete, and copy passwords to your clipboard.
## Features
✅ Cross-Platform Compatibility – Runs seamlessly on Android, iOS, Web, Windows, macOS, and Linux.
✅ Essential Password Management – Add, edit, delete, and copy passwords effortlessly.
✅ Local Storage – Saves passwords locally (without encryption in the current version).
✅ Minimalist UI – A clean and intuitive interface for easy navigation.
## Installation
1. Clone the Repository:
```bash
git clone https://github.com/RevMax-creator/Password_manager.git
cd Password-manager
```
2. Install Dependencies:
```bash
flutter pub get
```
4. Run the App:
```bash
flutter run
```
## Building the APK
To generate an APK for Android, use the following command:
```bash
flutter build apk --release
```
## Planned Features 🚀
🔹 Encryption Support – Securely store passwords with encryption.
🔹 Biometric Authentication – Unlock using fingerprint or Face ID.
🔹 Cloud Sync – Sync passwords across multiple devices.
## License
This project is licensed. See the [LICENSE]() file for more details.