Skip to content

Commit cd411af

Browse files
committed
2 parents 946e401 + 4c7d41c commit cd411af

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)
33

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

@@ -27,7 +27,6 @@ A working Twitter clone written in Flutter using Firebase auth,realtime database
2727
* [image_picker](https://pub.dev/packages/image_picker)
2828
* [firebase_auth](https://pub.dev/packages/firebase_auth)
2929
* [google_sign_in](https://pub.dev/packages/google_sign_in)
30-
* [firebase_storage](https://pub.dev/packages/firebase_storage)
3130
* [firebase_analytics](https://pub.dev/packages/firebase_analytics)
3231
* [firebase_database](https://pub.dev/packages/firebase_database)
3332
* [shared_preferences](https://pub.dev/packages/shared_preferences)
@@ -145,7 +144,7 @@ keytool -exportcert -list -v \
145144
<details>
146145
<summary> Click to expand </summary>
147146

148-
```
147+
```
149148
|-- lib
150149
| |-- helper
151150
| | |-- constant.dart
@@ -181,7 +180,8 @@ keytool -exportcert -list -v \
181180
| | | | |-- createFeed.dart
182181
| | | | '-- widget
183182
| | | | |-- composeBottomIconWidget.dart
184-
| | | | '-- composeTweetImage.dart
183+
| | | | |-- composeTweetImage.dart
184+
| | | | '-- widgetView.dart
185185
| | | |-- feedPage.dart
186186
| | | |-- feedPostDetail.dart
187187
| | | '-- imageViewPage.dart
@@ -256,9 +256,12 @@ keytool -exportcert -list -v \
256256
| '-- tweet
257257
| |-- tweet.dart
258258
| '-- widgets
259+
| |-- parentTweet.dart
260+
| |-- retweetWidget.dart
259261
| |-- tweetBottomSheet.dart
260262
| |-- tweetIconsRow.dart
261-
| '-- tweetImage.dart
263+
| |-- tweetImage.dart
264+
| '-- unavailableTweet.dart
262265
|-- pubspec.yaml
263266
```
264267

@@ -272,8 +275,8 @@ and send a [pull request](https://github.com/TheAlphamerc/flutter_twitter_clone/
272275

273276
## Created & Maintained By
274277

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)
277280

278281
> 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:
279282
>

0 commit comments

Comments
 (0)