events 0.1.2+1 copy "events: ^0.1.2+1" to clipboard
events: ^0.1.2+1 copied to clipboard

Dart 1 only

A library for event handling in Dart.

Changelog #

0.1.2 #

  • Added events_nomirrors.dart with an implementation that does not have the inheritance-based event matching but does not import mirrors.
  • Updated dependency of LRUMap to a version that does not need mirrors.

0.1.1+1 #

Also use the stream cache for `.once()`` listeners.

0.1.1 #

Added stream caching to reduce CPU cost when multiple subscribers subscribe to the same event type.

0.1.0 #

Initial version

0
likes
20
pub points
16%
popularity

Publisher

unverified uploader

A library for event handling in Dart.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

stevenroose

More

Packages that depend on events