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.
- 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.
- 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.
- Copy Card Details: Click on the card details to quickly copy them for transactions.
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/>