Wm Leler·Follow1 min read·Oct 11, 2018--ListenShareYou can either break your code into smaller methods, as Matthew says, or into smaller widgets. The advantage of the latter is that it gives you reusable widgets, and also Flutter is better able to optimize rendering so you gain performance.