page_state_builder 0.0.3 copy "page_state_builder: ^0.0.3" to clipboard
page_state_builder: ^0.0.3 copied to clipboard

A Flutter package that helps manage loading, success, and error states in your UI with customizable builders.

Changelog #

All notable changes to this project will be documented in this file.

0.0.1 - 2025-06-25 #

🎉 Initial Release #

  • ✅ Introduced PageStateBuilder widget for managing common page UI states: loading, error, and success.
  • 🔁 Provided default loading and error widgets with Material 3 styling.
  • 🛠️ Exposed optional custom loadingBuilder, errorBuilder, and onRetry callback support.
  • 📦 Added PageState enum with 3 built-in states: loading, error, and success.
  • ⚙️ Includes _PageStateSwitcher for clean internal widget switching.

0.0.2 - 2025-06-25 #

🎉 Add Example Project #

0.0.3 - 2025-06-27 #

🎉 Refactor codes #

0
likes
140
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that helps manage loading, success, and error states in your UI with customizable builders.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on page_state_builder