marcojakob / dart-event-bus

An Event Bus using Dart Streams for decoupling applications
MIT License
755 stars 82 forks source link

the @override annotation in SimpleEventBus makes the lib break on translating with dart2js in the current version of dart #4

Closed snolde closed 11 years ago

snolde commented 11 years ago

When running the event bus demo as javascript, the @override annotations made dart2js drop out with an exception and rendered the app disfunctional. Removing the annotations did the trick and made it work.

marcojakob commented 11 years ago

Should be fixed by #3 in v0.1.3.