code_builder 1.0.0-alpha
code_builder: ^1.0.0-alpha copied to clipboard
A fluent API for generating Dart code
Changelog #
1.0.0-alpha+1 #
- Slight updates to confusing documentation.
- Added support for null-aware assignments.
- Added
showandhidesupport toImportBuilder - Added
deferredsupport toImportBuilder - Added
ExportBuilder - Added
listandmapliterals that support generic types
1.0.0-alpha #
- Large refactor that makes the library more feature complete.
0.1.1 #
- Add concept of
Scopeand changetoAstto 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