marcojakob / dart-event-bus

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

In some cases, it is invalid to trigger once and then deliver the message again #40

Closed Er-Dong-Chen closed 3 years ago

Er-Dong-Chen commented 4 years ago

The subpage of PageView in MainApp initiates a message, and the subscription in MainApp can not be triggered again after being triggered for the first time

I solved this problem with shared status

This may be flutter's problem, but I hope the author can find a way to be compatible with that situation