File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed
Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,23 @@ iOS HomePage | iOS Transfer page
1515:-------------------------:|:-------------------------:
1616![ ] ( https://github.com/TheAlphamerc/flutter_wallet_app/blob/master/screenshots/screenshot_ios_1.png?raw=true ) |![ ] ( https://github.com/TheAlphamerc/flutter_wallet_app/blob/master/screenshots/screenshot_ios_2.png?raw=true )
1717
18+ ## Directory Structure
19+ ```
20+ lib
21+ │-- main.dart
22+ └───lib
23+ └───theme
24+ | │──light_color.dart
25+ | └──theme.dart
26+ └────pages
27+ | │──homePage.dart
28+ | └──money_transfer_page.dart
29+ └────widgets
30+ │──balance_card.dart
31+ |──bottom_navigation_bar.dart
32+ │──customRoute.dart
33+ └──title_text.dart
34+ ```
1835## Pull Requests
1936
2037I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request.
@@ -40,7 +57,3 @@ A few resources to get you started if this is your first Flutter project:
4057For help getting started with Flutter, view our
4158[ online documentation] ( https://flutter.dev/docs ) , which offers tutorials,
4259samples, guidance on mobile development, and a full API reference.
43-
44-
45-
46-
You can’t perform that action at this time.
0 commit comments