An open API service indexing awesome lists of open source software.

https://github.com/revmax-creator/password_manager


https://github.com/revmax-creator/password_manager

Last synced: about 1 year ago
JSON representation

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.