https://github.com/viniciusmecosta/walletflutter
Aplicativo Flutter para criar uma carteira virtual, permitindo adicionar e gerenciar cartões com segurança e conveniência, utilizando o Firebase para armazenamento e atualizações em tempo real.
https://github.com/viniciusmecosta/walletflutter
android crud firebase flutter
Last synced: 3 months ago
JSON representation
Aplicativo Flutter para criar uma carteira virtual, permitindo adicionar e gerenciar cartões com segurança e conveniência, utilizando o Firebase para armazenamento e atualizações em tempo real.
- Host: GitHub
- URL: https://github.com/viniciusmecosta/walletflutter
- Owner: viniciusmecosta
- Created: 2023-06-06T21:13:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T14:16:39.000Z (over 1 year ago)
- Last Synced: 2025-05-15T10:09:02.124Z (about 1 year ago)
- Topics: android, crud, firebase, flutter
- Language: Dart
- Homepage:
- Size: 2.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Virtual Wallet Flutter
This is a Flutter app that allows users to add cards to their virtual wallet. Card data is stored in Firebase, providing a real-time experience.
## Key Features
- **Add Cards:** Easily add new cards to your virtual wallet.
- **Firebase Storage:** Card data is securely stored in Firebase.
- **Real-Time Updates:** View changes to your wallet in real-time.
## Technologies Used
### Flutter:
- UI development with Flutter to provide a native experience.
- Integration with Firebase for data storage.
### Firebase:
- Firestore database to store card data.
- Firebase Authentication to ensure the security of user information.
## Screenshots
## How to Use
1. Clone the repository.
2. Open the project in Android Studio or VS Code.
3. Build and run the app on an emulator or physical device.