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.
- Host: GitHub
- URL: https://github.com/sidhant947/wallet
- Owner: sidhant947
- License: agpl-3.0
- Created: 2024-11-09T15:52:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-06T06:56:14.000Z (4 months ago)
- Last Synced: 2025-04-15T03:05:49.273Z (about 2 months ago)
- Topics: credit-card, flutter, wallet
- Language: Dart
- Homepage: https://sidhant947.github.io/wallet/
- Size: 2.86 MB
- Stars: 23
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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. 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.
## Installation1. **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 SidhantThis 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