Skip to content

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.

Notifications You must be signed in to change notification settings

sidhant947/Wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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:
    git clone https://github.com/sidhant947/Wallet.git
  2. Navigate to the project directory:
    cd wallet
  3. Install dependencies:
    flutter pub get
  4. Run the app:
    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, and CVV.
  3. Copy Card Details: Click on the card details to quickly copy them for transactions.

Screenshots

App Info App Info App Info App Info

Contributing

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Make your changes.
  4. Commit your changes:
    git commit -m "Add new feature"
  5. Push to the branch:
    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 <https://www.gnu.org/licenses/>

About

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.

Topics

Resources

Stars

Watchers

Forks