Flutter & Dart Internals [TODO APP]
-
141 Module Introduction
-
142 Three Trees Widget Tree Element Tree Render Tree
-
143 How The UI Is Updated
-
144 Refactor Extract Widgets To Avoid Unnecessary Builds
-
145 Understanding Keys Setup
-
146 Which Problem Do Keys Solve
-
147 Understanding Using Keys
-
148 Mutating Values in Memory Making Sense of var final const
-
149 Module Summary