eventified_generator 0.2.0 copy "eventified_generator: ^0.2.0" to clipboard
eventified_generator: ^0.2.0 copied to clipboard

Transform method calls to a stream of events.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add eventified_generator

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

dependencies:
  eventified_generator: ^0.2.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:eventified_generator/builder.dart';
1
likes
100
points
2.05k
downloads

Publisher

unverified uploader

Weekly Downloads

Transform method calls to a stream of events.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, code_builder, dart_style, eventified, recase, source_gen

More

Packages that depend on eventified_generator