Skip to content

Latest commit

Β 

History

History
13 lines (7 loc) Β· 781 Bytes

README.md

File metadata and controls

13 lines (7 loc) Β· 781 Bytes

Code less, deliver more

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.