code_builder 0.1.3 copy "code_builder: ^0.1.3" to clipboard
code_builder: ^0.1.3 copied to clipboard

outdatedDart 1 only

A fluent API for generating Dart code

Changelog #

0.1.1 #

  • Add concept of Scope and change toAst to support it

Now your entire AST tree can be scoped and import directives automatically added to a LibraryBuilder for you if you use LibraryBuilder.scope.

0.1.0 #

  • Initial version