event_dispatcher_builder 2.0.1
event_dispatcher_builder: ^2.0.1 copied to clipboard
A event dispatcher builder for dart. Easy to use and lightweight as a feather.
2.0.1 #
- Fix wrong dependency constraint of
code_builder
2.0.0 #
Dependency changes:
analyzer:^8.0.0➡️^8.1.0test:anylints:>=2.0.0
2.0.0-dev.1 #
Reworked the underlying architecture. This should improve the build performance.
For upgrading see UPGRADE.md
Dependency changes:
analyzer:>=5.0.0 <7.0.0➡️^8.0.0sdk:>=2.17.0 <4.0.0➡️^3.5.0code_builder:>=3.2.0 <5.0.0➡️^4.0.0build:^2.1.0➡️^4.0.0path: Removed 🎉analyzer:>=5.0.0 <7.0.0➡️^8.0.0build_runner_core: Removed 🎉
Dev Dependency changes:
test:^1.21.1➡️ Loose constraintlints:^2.1.0➡️ Loose constraintbuild_runner:^2.0.5➡️^2.5.0
1.2.0 #
Add support for dart_style ^3 and build_runner_core ^8
1.1.0 #
Features:
asyncsubscribers are now supported. TheEventDispatcher.dispatchreturns a future.
1.0.0 #
- Initial version.