How Lean Builder support works (Experimental)
masterLean Builder is a streamlined Dart build system designed for fast incremental builds, parallel processing, and watch mode with hot reload.
While the infrastructure for lean_builder has been added to retrofit_generator, it is currently experimental. Full support is pending a stable release of lean_builder and further adaptation of the retrofit_generator codebase.
When fully implemented, you will be able to replace build_runner with lean_builder commands without changing your @RestApi annotations or API definitions.