X-Wei / flutter_catalog

An app showcasing Flutter components, with side-by-side source code view.
MIT License
2.19k stars 558 forks source link

Master raheem #126

Closed raheemadamboev closed 2 years ago

raheemadamboev commented 2 years ago

Fix the "Basics -> Widgets -> TextField shows incorrect count of words #125"

The second Multiline input field counts words incorrectly:

it always shows 1 even there is no words it doesn't count the word when you get down to new line (like pressing enter) also placeholder text or hint is displayed in the middle of the TextInput, it would be nice if its gravity set to start and top.

X-Wei commented 2 years ago

Thanks a lot!