Just published a new article on the rendering pipeline in Flutter
https://medium.com/@pomis172/understanding-flutter-rendering-pipeline-build-phase-cf7e05aa12f1
https://medium.com/@pomis172/understanding-flutter-rendering-pipeline-build-phase-cf7e05aa12f1
Medium
Understanding Flutter rendering pipeline: Build phase
Flutter’s rendering pipeline is a highly optimized process that transforms your declarative UI code into pixels on the screen. With a deep…
👍5
A collection of resources to learn how to make responsive UI in Flutter.
https://deconstructingflutter.substack.com/p/responsive-design
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
- 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
Medium
Common mistakes with TextFormFields in Flutter
When it comes to mobile development, even small missteps in designing forms can have a big impact, not just on user experience but also on…
👍4
Some articles to broaden your knowledge of streams:
https://deconstructingflutter.substack.com/p/deconstructing-flutter-vol-5-streams
https://deconstructingflutter.substack.com/p/deconstructing-flutter-vol-5-streams
👍1
A collection of resorces to improve your workflow:
https://deconstructingflutter.substack.com/p/deconstructing-flutter-vol-6-productivity
https://deconstructingflutter.substack.com/p/deconstructing-flutter-vol-6-productivity
Substack
Deconstructing Flutter vol. 6: Productivity & Tooling
Setting up a good development workflow can save time and reduce frustration. This issue covers tools and techniques for automating tasks, customizing VSCode, managing Flutter versions, and debugging m
A new tutorial on Flutter's ButtonStyle:
- making some use of AI
- animating shape, text, and background
- hover state
- size adjustments
- elevation
https://medium.com/@pomis172/mastering-buttonstyle-in-flutter-95bbec3147fb
- making some use of AI
- animating shape, text, and background
- hover state
- size adjustments
- elevation
https://medium.com/@pomis172/mastering-buttonstyle-in-flutter-95bbec3147fb
Medium
Mastering ButtonStyle in Flutter
In this tutorial, we are going to implement a custom-styled button step by step. If you are not familiar with WidgetStates, I recommend…
❤2