any_refreshable_widget library

Classes

AnyRefreshableController
Controller for AnyRefreshableWidget that allows programmatic refresh triggering.
AnyRefreshableWidget<T>
A widget that handles multiple futures with refresh capability.

Enums

RefreshConcurrency
Defines how multiple futures should be executed during refresh.

Typedefs

FlexibleCallback = FutureOr<void> Function()
A type-safe callback that can handle both synchronous and asynchronous operations.