Online talk at the Flutteristas conference 2021.
Watch on YouTube.
Lots of everyday programmer tasks consist of creating boilerplate code. Itβs not only boring, time-consuming, and error-prone, but it also requires efforts to maintain it later. With code generation, you can create only the essential code and leave all the routine to the computer.
Weβll see how code generation works in Flutter and what typical tasks it can facilitate in mobile apps development.
The source code and slides are available in flutteristas_conf_2021 GitHub repository.