page_state_builder 0.0.3
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
PageStateBuilderwidget for managing common page UI states:loading,error, andsuccess. - 🔁 Provided default loading and error widgets with Material 3 styling.
- 🛠️ Exposed optional custom
loadingBuilder,errorBuilder, andonRetrycallback support. - 📦 Added
PageStateenum with 3 built-in states:loading,error, andsuccess. - ⚙️ Includes
_PageStateSwitcherfor clean internal widget switching.