blob: 72e87a8d719845d08f3a70cb4a8bb80d50f7f185 [file] [log] [blame] [view]
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