1
- ## Fwitter - Flutter Based Twitter Clone ![ Twitter URL] ( https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2Fthealphamerc ) [ ![ GitHub stars] ( https://img.shields.io/github/stars/Thealphamerc/flutter_twitter_clone?style=social )] ( https://github.com/login?return_to=%2FTheAlphamerc%flutter_wallet_app ) ![ GitHub forks] ( https://img.shields.io/github/forks/TheAlphamerc/flutter_twitter_clone?style=social )
2
- ![ Dart CI] ( https://github.com/TheAlphamerc/flutter_twitter_clone/workflows/Dart%20CI/badge.svg ) ![ GitHub pull requests] ( https://img.shields.io/github/issues-pr/TheAlphamerc/flutter_twitter_clone ) ![ GitHub closed pull requests] ( https://img.shields.io/github/issues-pr-closed/Thealphamerc/flutter_twitter_clone ) ![ GitHub last commit] ( https://img.shields.io/github/last-commit/Thealphamerc/flutter_wallet_app ) ![ GitHub issues] ( https://img.shields.io/github/issues-raw/Thealphamerc/flutter_twitter_clone ) [ ![ Open Source Love] ( https://badges.frapsoft.com/os/v2/open-source.svg?v=103 )] ( https://github.com/Thealphamerc/flutter_twitter_clone )
1
+ ## Fwitter - Flutter Based Twitter Clone ![ Twitter URL] ( https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2Fthealphamerc ) [ ![ GitHub stars] ( https://img.shields.io/github/stars/Thealphamerc/flutter_twitter_clone?style=social )] ( https://github.com/login?return_to=%2FTheAlphamerc%flutter_twitter_clone ) ![ GitHub forks] ( https://img.shields.io/github/forks/TheAlphamerc/flutter_twitter_clone?style=social )
2
+ ![ Dart CI] ( https://github.com/TheAlphamerc/flutter_twitter_clone/workflows/Dart%20CI/badge.svg ) ![ GitHub pull requests] ( https://img.shields.io/github/issues-pr/TheAlphamerc/flutter_twitter_clone ) ![ GitHub closed pull requests] ( https://img.shields.io/github/issues-pr-closed/Thealphamerc/flutter_twitter_clone ) ![ GitHub last commit] ( https://img.shields.io/github/last-commit/Thealphamerc/flutter_twitter_clone ) ![ GitHub issues] ( https://img.shields.io/github/issues-raw/Thealphamerc/flutter_twitter_clone ) [ ![ Open Source Love] ( https://badges.frapsoft.com/os/v2/open-source.svg?v=103 )] ( https://github.com/Thealphamerc/flutter_twitter_clone )
3
3
4
4
A working Twitter clone written in Flutter using Firebase auth,realtime database and storage.
5
5
@@ -27,7 +27,6 @@ A working Twitter clone written in Flutter using Firebase auth,realtime database
27
27
* [ image_picker] ( https://pub.dev/packages/image_picker )
28
28
* [ firebase_auth] ( https://pub.dev/packages/firebase_auth )
29
29
* [ google_sign_in] ( https://pub.dev/packages/google_sign_in )
30
- * [ firebase_storage] ( https://pub.dev/packages/firebase_storage )
31
30
* [ firebase_analytics] ( https://pub.dev/packages/firebase_analytics )
32
31
* [ firebase_database] ( https://pub.dev/packages/firebase_database )
33
32
* [ shared_preferences] ( https://pub.dev/packages/shared_preferences )
@@ -145,7 +144,7 @@ keytool -exportcert -list -v \
145
144
<details >
146
145
<summary> Click to expand </summary>
147
146
148
- ```
147
+ ```
149
148
|-- lib
150
149
| |-- helper
151
150
| | |-- constant.dart
@@ -181,7 +180,8 @@ keytool -exportcert -list -v \
181
180
| | | | |-- createFeed.dart
182
181
| | | | '-- widget
183
182
| | | | |-- composeBottomIconWidget.dart
184
- | | | | '-- composeTweetImage.dart
183
+ | | | | |-- composeTweetImage.dart
184
+ | | | | '-- widgetView.dart
185
185
| | | |-- feedPage.dart
186
186
| | | |-- feedPostDetail.dart
187
187
| | | '-- imageViewPage.dart
@@ -256,9 +256,12 @@ keytool -exportcert -list -v \
256
256
| '-- tweet
257
257
| |-- tweet.dart
258
258
| '-- widgets
259
+ | |-- parentTweet.dart
260
+ | |-- retweetWidget.dart
259
261
| |-- tweetBottomSheet.dart
260
262
| |-- tweetIconsRow.dart
261
- | '-- tweetImage.dart
263
+ | |-- tweetImage.dart
264
+ | '-- unavailableTweet.dart
262
265
|-- pubspec.yaml
263
266
```
264
267
@@ -272,8 +275,8 @@ and send a [pull request](https://github.com/TheAlphamerc/flutter_twitter_clone/
272
275
273
276
## Created & Maintained By
274
277
275
- [ Sonu Sharma] ( https://github.com/TheAlphamerc ) ([ Twitter] ( https://www.twitter.com/TheAlphamerc ) ) ([ Youtube] ( https://www.youtube.com/user/sonusharma045sonu/ ) )
276
- ( [ Insta ] ( https://www.instagram.com/_sonu_sharma__ ) ) ![ Twitter Follow] ( https://img.shields.io/twitter/follow/thealphamerc?style=social )
278
+ [ Sonu Sharma] ( https://github.com/TheAlphamerc ) ([ Twitter] ( https://www.twitter.com/TheAlphamerc ) ) ([ Youtube] ( https://www.youtube.com/user/sonusharma045sonu/ ) ) ( [ Insta ] ( https://www.instagram.com/_sonu_sharma__ ) ) ( [ Dev.to ] ( https://dev.to/thealphamerc ) )
279
+ ![ Twitter Follow] ( https://img.shields.io/twitter/follow/thealphamerc?style=social )
277
280
278
281
> If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of :coffee :
279
282
>
0 commit comments