| The [`code_builder`][code_builder] package helps generate valid [Dart][] source code programmatically, usually as part of a build process or generation step. Most of the API currently takes a little exploring to get used to, it's recommended to read the [API documentation][docs], or read the [getting started][] guide. |
| |
| [code_builder]: pub.dartlang.org/packages/code_builder |
| [Dart]: https://www.dartlang.org/ |
| [docs]: https://www.dartdocs.org/documentation/code_builder/latest |
| [getting started]: Getting-Started |