Skip to content

bcExpt1123/flutter-wallet-app

Repository files navigation

Flutter Wallet App




Android Screenshots


HomePage Transfer money page

iOS Screenshots


HomePage Transfer money page

Directory Structure


lib
│-- main.dart    
└───src
    └───theme
    |    │──light_color.dart
    |    └──theme.dart
    └────pages
    |     │──homePage.dart
    |     └──money_transfer_page.dart 
    └────widgets
          │──balance_card.dart
          |──bottom_navigation_bar.dart
          │──customRoute.dart
          └──title_text.dart

Pull Requests


I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request.

If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of ☕

Wallet: 0x89aF3bf4ED8E39D6c5Ae82ad74EDf9DEd34830A6

Getting Started


This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.