marcojakob / dart-event-bus

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

Flutter #16

Closed ghost closed 5 years ago

ghost commented 6 years ago

This pattern looks good for flutter. I know bloc pattern is the recommended way with flutter but I have to do code reuse and so event bus is a better fit for my use case.

Has anyone tried this ?

marcojakob commented 6 years ago

I would love to do more with Flutter but right now I don't have much experience with it and can't help you in regards to recommended patterns with Flutter.

But you can use the EventBus for various patterns. You don't have to use it with MVC as described in the readme. It's just a way for components to communicate.

rravithejareddy commented 5 years ago

I am unable use it in flutter, can you help us please!

marcojakob commented 5 years ago

Can you be a bit more specific on what does not work with EventBus in Flutter?

Is it similar to the issue #19 ?