flutter_causality library
flutter_causality
Classes
- CausalityUniverseWidget
-
Places a
CausalityUniversein 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
Causeto build a Widget.