Skip to content

Commit 6ec8493

Browse files
authored
📝 Add Fwitter app play store link
Add directory structure.
1 parent 8a2bf93 commit 6ec8493

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
A working Twitter clone written in Flutter using Firebase auth,realtime database and storage.
55

6+
## Download App
7+
<a href="https://play.google.com/store/apps/details?id=com.thealphamerc.flutter_twitter_clone"><img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" width="200"></img></a>
8+
9+
10+
611
## Features
712
* App features is mentioned at project section [ Click here](https://github.com/TheAlphamerc/flutter_twitter_clone/projects/1)
813
* Messaging chat section status can be seen at [here](https://github.com/TheAlphamerc/flutter_twitter_clone/projects/2)
@@ -143,7 +148,7 @@ keytool -exportcert -list -v \
143148
<summary> Click to expand </summary>
144149

145150
```
146-
|-- lib
151+
|-- lib
147152
| |-- helper
148153
| | |-- constant.dart
149154
| | |-- customRoute.dart
@@ -168,11 +173,17 @@ keytool -exportcert -list -v \
168173
| | | '-- verifyEmail.dart
169174
| | |-- common
170175
| | | |-- sidebar.dart
171-
| | | '-- splash.dart
176+
| | | |-- splash.dart
177+
| | | |-- usersListPage.dart
178+
| | | '-- widget
179+
| | | '-- userListWidget.dart
172180
| | |-- feed
173181
| | | |-- composeTweet
182+
| | | | |-- composeTweet.dart
174183
| | | | |-- createFeed.dart
175-
| | | | '-- feedPostreply.dart
184+
| | | | '-- widget
185+
| | | | |-- composeBottomIconWidget.dart
186+
| | | | '-- composeTweetImage.dart
176187
| | | |-- feedPage.dart
177188
| | | |-- feedPostDetail.dart
178189
| | | '-- imageViewPage.dart
@@ -189,9 +200,7 @@ keytool -exportcert -list -v \
189200
| | | |-- EditProfilePage.dart
190201
| | | |-- follow
191202
| | | | |-- followerListPage.dart
192-
| | | | |-- followingListPage.dart
193-
| | | | '-- widget
194-
| | | | '-- userList.dart
203+
| | | | '-- followingListPage.dart
195204
| | | '-- profilePage.dart
196205
| | |-- search
197206
| | | '-- SearchPage.dart
@@ -249,7 +258,6 @@ keytool -exportcert -list -v \
249258
| '-- tweet
250259
| |-- tweet.dart
251260
| '-- widgets
252-
| |-- bottomIconWidget.dart
253261
| |-- tweetBottomSheet.dart
254262
| |-- tweetIconsRow.dart
255263
| '-- tweetImage.dart

0 commit comments

Comments
 (0)