Closed
Description
This issue was originally filed by [email protected]
Please add an EventBus class to dart:core.
I know I can write my own but it would be much nicer to have a standardized inner-app communication mechanism. Dart is in an early stage and specially thats why it is so important to have this fundamental class asap. in the framework.
In the meantime maybe this:
https://github.com/MikeMitterer/DART-EventBus
helps someone.