Just posted a new article on decorating the text inputs:
- InputDecoration vs. InputDecorationTheme - How do they work together? - What are the other properties? - Hint, Label, Counter, etc - Borders and BorderSide - Gradients
Added more examples to the article about common mistakes with Images in Flutter: - not setting sizes for images - ignoring the Vector Graphics Compiler
Updated the article about ListViews: - one more example of what not to do (SingleChildScrollView + Column) - more references to Flutter sources - more explanations - more measurements
Published an article on mistakes with TextFormFields in Flutter, such as not using: - text input action - submit callback - proper input types - text capitalization - input formatter - autofill hints and groups