marcojakob / dart-event-bus

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

add test function can filter more stream #42

Closed yk3372 closed 3 years ago

yk3372 commented 3 years ago

Signed-off-by: yk3372 yk3372@gmail.com

marcojakob commented 3 years ago

Interesting idea. But I think this is something very specific. If you really need this I'd advise you to just copy the event_bus.dart file and use that in your code.