v0.4.0
- BREAKING CHANGE: Moved the
HierarchicalEventBus
to a separate library to
be able to removedart:mirrors
from the normalEventBus
.
Users of the hierarchical event bus must importevent_bus_hierarchical.dart
and replace the use of the factory constructorEventBus.hierarchical()
with
theHierarchicalEventBus
constructor.