TheAlphamerc / flutter_twitter_clone

Fully functional Twitter clone built in flutter framework using Firebase realtime database and storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search for the username instead of being automatic listed of all users on the search page.

DisEasDaWay opened this issue · comments

Happy new year! I did try to follow your instruction on the search page

image

It's is working but it causes an error too. when I navigate to the search page then instantly go to the feed page. it throws an error automatically.

image

wow how do you manage to open it successful please can share your facebook or whatsapp number to me so that we can chat about programming please or send it to me through hadhir01@gmail.com please send me email or reply to me

@DisEasDaWay Can you take latest code pull and check ?

Hi, @TheAlphamerc I did pull the latest version but the app is not working because of this line. It causes the app to stop.
image

Hi, I just set it to false then the app is working properly. and also the original error that I posted is not visible anymore the app is working properly now.

But can you tell me more about the softwrap because it causes the app to stop working?

Thank you!

@DisEasDaWay softWrap is a boolean type property in Text widget and can be used when you want to break the line when found soft line break in text. Check its documentation here -> https://api.flutter.dev/flutter/widgets/Text/softWrap.html