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

outdated

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

0.1.6 #

  • Added linting rules to project.
  • Resolved observations from dartanalyzer tool.

0.1.5 #

  • Resolved observations in pub.
  • Resolved issues with the cancelation of events.cancel property is now changed to method, to make it consistent with the older implementation, signture of the same is kept as-is.
  • Updated library documentation.

0.1.4 #

  • 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
40
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

MIT (LICENSE)

More

Packages that depend on eventify