flutter_value library

Classes

Data<T>
Represents a state that contains actual data.
Error<T>
Represents an error state with associated error information.
NoData<T>
Represents a state where no data is available.
Subscriber
A widget that subscribes to Value instances and rebuilds when they change.
SubscriberState
The state for a Subscriber widget.
Value<T>
A reactive state management class that handles different states of a value including data, loading, error, and no data states.
ValueState<T>
Base class for all possible states of a Value.
Waiting<T>
Represents a loading or waiting state.