3
3
4
4
A working Twitter clone written in Flutter using Firebase auth,realtime database and storage.
5
5
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
+
6
11
## Features
7
12
* App features is mentioned at project section [ Click here] ( https://github.com/TheAlphamerc/flutter_twitter_clone/projects/1 )
8
13
* 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 \
143
148
<summary> Click to expand </summary>
144
149
145
150
```
146
- |-- lib
151
+ |-- lib
147
152
| |-- helper
148
153
| | |-- constant.dart
149
154
| | |-- customRoute.dart
@@ -168,11 +173,17 @@ keytool -exportcert -list -v \
168
173
| | | '-- verifyEmail.dart
169
174
| | |-- common
170
175
| | | |-- sidebar.dart
171
- | | | '-- splash.dart
176
+ | | | |-- splash.dart
177
+ | | | |-- usersListPage.dart
178
+ | | | '-- widget
179
+ | | | '-- userListWidget.dart
172
180
| | |-- feed
173
181
| | | |-- composeTweet
182
+ | | | | |-- composeTweet.dart
174
183
| | | | |-- createFeed.dart
175
- | | | | '-- feedPostreply.dart
184
+ | | | | '-- widget
185
+ | | | | |-- composeBottomIconWidget.dart
186
+ | | | | '-- composeTweetImage.dart
176
187
| | | |-- feedPage.dart
177
188
| | | |-- feedPostDetail.dart
178
189
| | | '-- imageViewPage.dart
@@ -189,9 +200,7 @@ keytool -exportcert -list -v \
189
200
| | | |-- EditProfilePage.dart
190
201
| | | |-- follow
191
202
| | | | |-- followerListPage.dart
192
- | | | | |-- followingListPage.dart
193
- | | | | '-- widget
194
- | | | | '-- userList.dart
203
+ | | | | '-- followingListPage.dart
195
204
| | | '-- profilePage.dart
196
205
| | |-- search
197
206
| | | '-- SearchPage.dart
@@ -249,7 +258,6 @@ keytool -exportcert -list -v \
249
258
| '-- tweet
250
259
| |-- tweet.dart
251
260
| '-- widgets
252
- | |-- bottomIconWidget.dart
253
261
| |-- tweetBottomSheet.dart
254
262
| |-- tweetIconsRow.dart
255
263
| '-- tweetImage.dart
0 commit comments