eventuous_generator 0.0.9 copy "eventuous_generator: ^0.0.9" to clipboard
eventuous_generator: ^0.0.9 copied to clipboard

outdated

Code generator for Eventuous - a lightweight and open-souce Event Sourcing library for Dart.

example/README.md

Example code #

Eventuous code in library test_lib is generated with the command:

pub run build_runner build

This will generate the following files

Configuring code generation in a dart project #

When using in a new dart project, the following dependencies must be added to pubspec.yaml:

environment:
  sdk: '>=2.12.0 <3.0.0'

dependencies:
  get_it: ^7.2.0
  eventuous: ^0.0.4
  json_annotation: ^4.1.0

dev_dependencies:
  build_runner: ^2.1.4
  eventuous_generator: ^0.0.6
  json_serializable: ^5.0.2
0
likes
0
pub points
0%
popularity

Publisher

verified publisherdiscoos.org

Code generator for Eventuous - a lightweight and open-souce Event Sourcing library for Dart.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, collection, eventuous, get_it, glob, json_annotation, path, source_gen

More

Packages that depend on eventuous_generator