eventify 0.1.4 copy "eventify: ^0.1.4" to clipboard
eventify: ^0.1.4 copied to clipboard

outdated

A cancellable event emitter which supports context based event driven programming.

0.1.3 #

  • Performance optimization - Observed that in real-time applications, removing event handlers were taking lots of time. Same observed with adding handlers also.
  • Modified code to use Set, instead of list to provide faster performance.
  • Removed unwanted checks while adding handlers.

0.1.3 #

  • Addressed health and maintenance suggestions.

0.1.2 #

  • Added additional examples.

0.1.1 #

  • Removing event registration in the callback caused exception. Addressed the issue by creating a sublist and triggering callback from there.

0.1.0 #

  • Added example.dart

0.0.9 #

  • Added CHANGELOG.md

0.0.8 #

First reviewed version.

43
likes
0
pub points
92%
popularity

Publisher

verified publishereventify.biz

A cancellable event emitter which supports context based event driven programming.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on eventify