builder_state 0.0.2 copy "builder_state: ^0.0.2" to clipboard
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.2 #

Initial Release #

  • Added no_item_builder.dart file.

0.0.1 #

Initial Release #

  • Added FutureLoader widget for managing async data states (loading, success, error, and no data).
  • Added LoadingScreen widget to display a loading spinner or custom waiting text.
  • Added NoItemScreen widget to display a "No Item" message when no data is available.
  • Included default error and waiting handlers (defaultOnError and defaultOnWaiting).
  • 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 FutureBuilder to display different states.
0
likes
0
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

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 widgets for loading screens, error displays, and empty state views. Ideal for building clean and responsive UIs with minimal boilerplate.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

app_style, flutter

More

Packages that depend on builder_state