DevOPS: Speed Up Code Generation Using Build Runner

Fred Grott
5 min readFeb 2, 2022

One of the powerful things in using functional programming in Dart and Flutter is using sealed classes and unions as more powerful value-objects. And, it’s one of the pain parts in that with the default build runner setup code generation does not proceed fast. Let’s change that!

The IDE Extensions

--

--