orchestrator 0.8.0 copy "orchestrator: ^0.8.0" to clipboard
orchestrator: ^0.8.0 copied to clipboard

A Dart package which can be used to programatically generate Dart code.

0.8.0 #

  • refactor: rename call builder to invoke
  • feat: add invocation element and allow arguments to be used

0.7.0 #

  • refactor: replace binary element with a more flexible row element
  • feat: add many, many more builder methods

0.6.0 #

  • feat: add if-else statement
  • feat: add switch statement
  • feat: add try-catch-finally block
  • feat: add while loop
  • feat: add do-while loop
  • feat: add for loop

0.5.0 #

  • refactor: merge the elements and statements into one
  • feat: add a builder mixin to allow chaining elements

0.4.0 #

  • feat: add a spec emitter

0.3.1 #

  • fix: allow classes to have methods

0.3.0 #

  • chore: add example

0.2.0 #

  • docs: add README and update inline documentation
  • feat: extension generation
  • feat: use of trailling commas
  • ci: analyze, format, and test workflow
  • refactor: change statement implementation

0.1.0 #

  • feat: enum generation
  • feat: class, constructor, field, and method generation
  • feat: type reference and function reference
0
likes
0
pub points
17%
popularity

Publisher

verified publisheriruoy.nl

A Dart package which can be used to programatically generate Dart code.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, dart_style

More

Packages that depend on orchestrator