An open API service indexing awesome lists of open source software.

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.

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


Screenshot_1
Screenshot_2
Screenshot_3

## 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.