core/coder_consumer library
Classes
-
CoderConsumer<
T> - CoderConsumer is a widget that listens to a single CoderState and rebuilds whenever the state changes.
- CoderMultiConsumer
- CoderMultiConsumer is a widget that listens to multiple Listenables (e.g., CoderStates, CoderComputed, or other Listenable objects) and rebuilds when any of them change.