flutter_api_state 0.0.1
flutter_api_state: ^0.0.1 copied to clipboard
A Flutter package that simplifies async UI state handling (loading, success, error, empty) with built-in retry and pull-to-refresh support.
0.0.1 #
- Initial release of
flutter_api_state. ApiStateBuilder<T>with loading / error / empty / success branches.EmptyDetectorfor null / empty list / map / set / string detection.- Built-in retry button (
enableRetry, optionalretryButtonBuilder). - Built-in pull-to-refresh (
enablePullToRefresh).