widgets/api_state_widget library

Classes

ApiState<T, E>
Represents the state of an API request
ApiStateWidget<T, E>
A declarative Flutter widget that renders based on ApiState.
EmptyState<T, E>
Empty state – request succeeded but returned no data
FailedState<T, E>
IdleState<T, E>
LoadingState<T, E>
NetworkErrorState<T, E>
SuccessState<T, E>