flutter_causality library

flutter_causality

Classes

CausalityUniverseWidget
Places a CausalityUniverse in the widget tree.
EffectWidget
A widget that allows you to observe Causes and rebuilds when such a cause is emitted.

Typedefs

EffectBuilder = Widget Function(Cause? latestCause)
Builder method that takes a Cause to build a Widget.