Releases: dart-lang/source_gen
Releases · dart-lang/source_gen
0.5.8
Add formatOutput
optional parameter to the GeneratorBuilder
constructor. This is a lamda of the form String formatOutput(String originalCode)
which allows you to do custom formatting.
0.5.4
Update to latest build
, build_runner
, and build_test
releases.
0.5.1
- Added GeneratorBuilder option isStandalone to generate files that aren't part of source file.