raiser_generator 1.0.0 copy "raiser_generator: ^1.0.0" to clipboard
raiser_generator: ^1.0.0 copied to clipboard

Code generator for the Raiser domain event library. Auto-discovers and registers handlers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add raiser_generator

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  raiser_generator: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:raiser_generator/raiser_generator.dart';
0
likes
140
points
153
downloads

Publisher

verified publisherzooper.dev

Weekly Downloads

Code generator for the Raiser domain event library. Auto-discovers and registers handlers.

Repository (GitHub)
View/report issues

Topics

#events #code-generation #build-runner

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, glob, raiser, raiser_annotation, source_gen

More

Packages that depend on raiser_generator