https://github.com/thealphamerc/flutter_wallet_app
Wallet app built in flutter
https://github.com/thealphamerc/flutter_wallet_app
flutter-animation flutter-app flutter-apps flutter-demo flutter-examples flutter-material flutter-ui
Last synced: 9 months ago
JSON representation
Wallet app built in flutter
- Host: GitHub
- URL: https://github.com/thealphamerc/flutter_wallet_app
- Owner: TheAlphamerc
- License: bsd-2-clause
- Created: 2020-02-23T18:33:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T13:31:53.000Z (about 4 years ago)
- Last Synced: 2024-10-19T06:27:04.303Z (about 1 year ago)
- Topics: flutter-animation, flutter-app, flutter-apps, flutter-demo, flutter-examples, flutter-material, flutter-ui
- Language: Dart
- Homepage:
- Size: 1.05 MB
- Stars: 329
- Watchers: 11
- Forks: 146
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## flutter_wallet_app  [](https://github.com/login?return_to=%2FTheAlphamerc%flutter_wallet_app)    [](https://github.com/Thealphamerc/flutter_wallet_app)
Smart course app is a design implementaion of [Wallet App](https://www.instagram.com/p/B81RaSeg7TJ/) designed by [Muhammad Abdull ](https://www.instagram.com/abdulldsgnr/)
## Download 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.
## Created & Maintained By
[Sonu Sharma](https://github.com/TheAlphamerc) ([Twitter](https://www.twitter.com/TheAlphamerc)) ([Youtube](https://www.youtube.com/user/sonusharma045sonu/))
([Insta](https://www.instagram.com/_sonu_sharma__)) 
> 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 :coffee:
>
> * [PayPal](https://www.paypal.me/TheAlphamerc/)
## 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:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.