@@ -19,7 +19,6 @@ A working Twitter clone written in Flutter using Firebase auth,realtime database
19
19
* [ intl] ( https://pub.dev/packages/intl )
20
20
* [ uuid] ( https://pub.dev/packages/uuid )
21
21
* [ http] ( https://pub.dev/packages/http )
22
- * [ async] ( https://pub.dev/packages/async )
23
22
* [ share] ( https://pub.dev/packages/share )
24
23
* [ provider] ( https://pub.dev/packages/provider )
25
24
* [ url_launcher] ( https://pub.dev/packages/url_launcher )
@@ -30,7 +29,6 @@ A working Twitter clone written in Flutter using Firebase auth,realtime database
30
29
* [ firebase_analytics] ( https://pub.dev/packages/firebase_analytics )
31
30
* [ firebase_database] ( https://pub.dev/packages/firebase_database )
32
31
* [ shared_preferences] ( https://pub.dev/packages/shared_preferences )
33
- * [ flutter_native_splash] ( https://pub.dev/packages/flutter_native_splash )
34
32
* [ flutter_advanced_networkimage] ( https://pub.dev/packages/flutter_advanced_networkimage )
35
33
36
34
</details >
@@ -157,7 +155,6 @@ keytool -exportcert -list -v \
157
155
| |-- main.dart
158
156
| |-- model
159
157
| | |-- chatModel.dart
160
- | | |-- commentModel.dart
161
158
| | |-- feedModel.dart
162
159
| | |-- notificationModel.dart
163
160
| | '-- user.dart
@@ -167,7 +164,9 @@ keytool -exportcert -list -v \
167
164
| | | |-- selectAuthMethod.dart
168
165
| | | |-- signin.dart
169
166
| | | |-- signup.dart
170
- | | | '-- verifyEmail.dart
167
+ | | | |-- verifyEmail.dart
168
+ | | | '-- widget
169
+ | | | '-- googleLoginButton.dart
171
170
| | |-- common
172
171
| | | |-- sidebar.dart
173
172
| | | |-- splash.dart
@@ -177,7 +176,8 @@ keytool -exportcert -list -v \
177
176
| | |-- feed
178
177
| | | |-- composeTweet
179
178
| | | | |-- composeTweet.dart
180
- | | | | |-- createFeed.dart
179
+ | | | | |-- state
180
+ | | | | | '-- composeTweetState.dart
181
181
| | | | '-- widget
182
182
| | | | |-- composeBottomIconWidget.dart
183
183
| | | | |-- composeTweetImage.dart
@@ -199,7 +199,10 @@ keytool -exportcert -list -v \
199
199
| | | |-- follow
200
200
| | | | |-- followerListPage.dart
201
201
| | | | '-- followingListPage.dart
202
- | | | '-- profilePage.dart
202
+ | | | |-- profileImageView.dart
203
+ | | | |-- profilePage.dart
204
+ | | | '-- widgets
205
+ | | | '-- tabPainter.dart
203
206
| | |-- search
204
207
| | | '-- SearchPage.dart
205
208
| | '-- settings
0 commit comments