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.
- 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.
- Clone the repository:
git clone https://github.com/sidhant947/Wallet.git
- Navigate to the project directory:
cd wallet
- Install dependencies:
flutter pub get
- Run the app:
flutter run
- Add a Card: Click on the "Add Card" button to add a new card.
- View Card Details: The card details will be displayed, including the card name, number, expiration date, and CVV.
- Copy Card Details: Click on the card details to quickly copy them for transactions.
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes.
- Commit your changes:
git commit -m "Add new feature"
- Push to the branch:
git push origin feature-branch
- Create a pull request.
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/>