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

https://github.com/sidhant947/wallet

Wallet is a Flutter project designed to store card information locally on the device, ensuring that the data is secure and cannot be stolen, as the application does not have internet access. The app is optimized for efficiency, allowing users to quickly copy card details for transactions.
https://github.com/sidhant947/wallet

credit-card flutter wallet

Last synced: about 2 months ago
JSON representation

Wallet is a Flutter project designed to store card information locally on the device, ensuring that the data is secure and cannot be stolen, as the application does not have internet access. The app is optimized for efficiency, allowing users to quickly copy card details for transactions.

Awesome Lists containing this project

README

        

# Wallet
![Wallet App Presentation Image](https://github.com/user-attachments/assets/cb102761-dad2-467e-8b6a-b2a60fdcd4ac)

Wallet is a Flutter project designed to store card information locally on the device, ensuring that the data is secure and cannot be stolen, as the application does not have internet access. The app is optimized for efficiency, allowing users to quickly copy card details for transactions. Pay Bills using UPI for Supported Banks.

## Download

## Follow Wallet Updates

## Features

- **Local Storage**: All card information is stored locally on the device, ensuring that data is not exposed to the internet.
- **Security**: The app is designed to be fully proofed against data theft.
- **Efficiency**: Users can quickly copy card details for transactions.


## Installation

1. **Clone the repository**:
```bash
git clone https://github.com/sidhant947/Wallet.git
```
2. **Navigate to the project directory**:
```bash
cd wallet
```
3. **Install dependencies**:
```bash
flutter pub get
```
4. **Run the app**:
```bash
flutter run
```

## Usage

1. **Add a Card**: Click on the "Add Card" button to add a new card.
2. **View Card Details**: The card details will be displayed, including the card name, number, expiration date.
3. **Copy Card Details**: Click on the card details to quickly copy them for transactions.

## Contributing

1. **Fork the repository**.
2. **Create a new branch**:
```bash
git checkout -b feature-branch
```
3. **Make your changes**.
4. **Commit your changes**:
```bash
git commit -m "Add new feature"
```
5. **Push to the branch**:
```bash
git push origin feature-branch
```
6. **Create a pull request**.

## License

Wallet
Copyright (C) 2024 Sidhant

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see