Maruf Hassan
Feb 2, 2021

--

Its a great article but I would like to point out that you should break the code into smaller widgets and not builds. build() function rebuilds itself everytime when there is a change in the screen while using a stateless widget for creating widgets is considered best practice by the Flutter Devs.

Also use comments as self documentation by using /// ,this displays documentation when you hover over a function or widget. It will save you a lot of time as well.

--

--

Responses (1)