marcojakob / dart-event-bus

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

Using custom EventBus #22

Closed Vadaski closed 5 years ago

Vadaski commented 5 years ago

Hi I am using event bus to pass event in my flutter app. That's great! But I want to use RxDart to extend EventBus. For example I want to listen last event when I subscribe the bus. So I was wondering if we can give it ability to custom my event bus is a better choice. What do you think?🤔

marcojakob commented 5 years ago

Closing this in favor of #21