Filip Hráček / Flutter performance /
WARNING: This chapter is a stub.
Your code doesn’t run alone, like some ethereal idea in a perfectly uneventful void.
Instead, it runs in an onion.
Fancy performance engineers generally call this “the environment”. I call it an onion.
{ DIAGRAM of the onion }
The onion has layers, and each of them affects your code’s performance. Let’s start from the inside-most layer.
TODO: CONTINUE