eventify
A cancellable event emitter which supports context based event driven programming.
1.0.1
80K downloads/mo
#1214 most downloaded on pub.dev
iMeshAcademy/EventEmitter
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Release timing varies
gaps range from 9 days to 2.2 years
Nearly every release is documented
notes for 9 of 10 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
10 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
10 releases · Feb 2019 to Jun 2022
2020
2021
2022
2023
2024
2025
2026
Releases
latest 10-
1.0.116 Jun 2022 -
1.0.011 Apr 2021Release notes
Open source →- Migrated to null-safety. This package is compatible with null-safety.
- Resolved observation from linting tool.
-
0.1.611 Apr 2021Nothing published for this version
-
0.1.511 Apr 2021Release notes
Open source →- 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.410 Feb 2019Release notes
Open source →- 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.305 Feb 2019 -
0.1.201 Feb 2019 -
0.1.101 Feb 2019Release notes
Open source →- Removing event registration in the callback caused exception. Addressed the issue by creating a sublist and triggering callback from there.
-
0.1.001 Feb 2019 -
0.0.801 Feb 2019