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.

example/example.dart

import 'package:eventified/eventified.dart';

@eventified
abstract class Example {
  @Event(metadata: 'Hello')
  void hello({
    required bool world,
    @EventArgument(metadata: 'Name') String? name,
    int withDefault = 42,
  });

  void world(String name);
}
1
likes
100
points
1.93k
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