eventsubscriber library

Flutter support for Event

Provides an extensible Widget that supports subscribing to an Event. The Widget updates (rebuilds) when the Event occurs.

Classes

EventSubscriber<T extends EventArgs>
Represents a Widget that supports subscribing to an Event, that updates (rebuilds) when the Event occurs.