eventified 0.1.0 copy "eventified: ^0.1.0" to clipboard
eventified: ^0.1.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,
  });

  void world(String name);
}
0
likes
130
pub points
62%
popularity

Publisher

unverified uploader

Transform method calls to a stream of events.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on eventified