Skip to content

Commit bd58b52

Browse files
authored
add directory structure to readme.md
1 parent d16b696 commit bd58b52

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2037
I 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:
4057
For help getting started with Flutter, view our
4158
[online documentation](https://flutter.dev/docs), which offers tutorials,
4259
samples, guidance on mobile development, and a full API reference.
43-
44-
45-
46-

0 commit comments

Comments
 (0)