Deconstructing Flutter
145 subscribers
2 photos
1 video
20 links
Download Telegram
Channel created
A collection of resources to learn how to make responsive UI in Flutter.

https://deconstructingflutter.substack.com/p/responsive-design
👍6
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

https://medium.com/@pomis172/common-mistakes-with-textformfields-in-flutter-8adc8af1a9af
👍4
Updated the article about ListViews:
- one more example of what not to do (SingleChildScrollView + Column)
- more references to Flutter sources
- more explanations
- more measurements

https://medium.com/@pomis172/common-mistakes-with-listviews-in-flutter-f22e7dacfaf7
2
New issue on Deep Links in Flutter! Learn how to direct users to specific content in your app from external sources.
https://deconstructingflutter.substack.com/p/deep-links

Also, there is an issue on Overlays, haven’t posted it here last week:
https://deconstructingflutter.substack.com/p/deconstructing-flutter-vol-10-overlays
🥰3
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
👍6
Updated my old article about WidgetState with new info:
- examples with InkWell, Checkbox, AppBar, and a few other widgets
- using a fromMap method instead of resolveWith
🔥1