builder_state 0.0.2
builder_state: ^0.0.2 copied to clipboard
A simple and customizable Flutter package to easily handle different states (loading, success, error, no data) when working with asynchronous operations like FutureBuilder. Includes ready-to-use widge [...]
Changelog #
All notable changes to this project will be documented in this file.
0.0.1 #
Initial Release #
- Added
FutureLoaderwidget for managing async data states (loading, success, error, and no data). - Added
LoadingScreenwidget to display a loading spinner or custom waiting text. - Added
NoItemScreenwidget to display a "No Item" message when no data is available. - Included default error and waiting handlers (
defaultOnErroranddefaultOnWaiting). - Provided customizations for error, loading, and no data states.
Features #
- Simplified async state management for Flutter applications.
- Flexible error handling with different error messages.
- Easy integration with
FutureBuilderto display different states.