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

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.3.0

dev_dependencies:
  build_runner: ^2.1.4
  eventuous_generator: ^0.0.6
  json_serializable: ^5.0.2

You also need to install the prerequisites for generating gRPC service.

Generating code #

Code is generated with the following command

pub run build_runner build
0
likes
140
pub points
31%
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
Contributing

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

analyzer, build, build_resolvers, collection, eventuous, file, get_it, glob, grpc, json_annotation, path, protobuf, shell, source_gen

More

Packages that depend on eventuous_generator