Member-only story

Gaming Flutter App Development

Fred Grott
5 min readNov 19, 2021

--

Some of you already know that I have ADHD, the reason why game play works for both those with ADHD and those without ADHD has to do with the social feedback loops it creates. But when people get-in-the-flow, something weird happens as we start substituting people feedback with our own focused observations about our own output.

And one of the components of flow is breaking things down into small enough units. And, the size of those learning and code development units changes over time as you master a subject area.

Since getting my ADHD under control I have become a master to getting-in-the-flow and there are some specific techniques to getting into flow when learning Flutter I would like to show you.

Lazy Compilers and Feed Back Systems

Here is what you do not know about computer code compilers, they are all lazy and least effort compilers. To save time in computer code compilation both during the building of the app and any just-in-time compiling any VM might execute, the compiler authors have taken short-cuts that put it on the developer and his code choices as the other part of code checking.

This means when you first start out Flutter App Development, you are at a disadvantage in that not all feed back systems are in place for you to be able to correctly observe…

--

--

Fred Grott
Fred Grott

No responses yet