eventified_generator 0.1.1 copy "eventified_generator: ^0.1.1" to clipboard
eventified_generator: ^0.1.1 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,
  });

  void world(String name);
}
0
likes
120
pub points
31%
popularity

Publisher

unverified uploader

Transform method calls to a stream of events.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on eventified_generator