loading_state_handler 0.0.4
loading_state_handler: ^0.0.4 copied to clipboard
The StateHandlerWidget manages different UI states—loading, error, empty, and normal—allowing you to customize the displayed widgets for each state. It supports dynamic error messages and can set defa [...]
0.0.1 #
- Initial release.
0.0.2 #
- changed the description in
pubspec.yaml
.
0.0.3 #
- Added: String error message support in
StateHandlerWidget
. - Updated: Documentation to clarify widget behavior for loading, error, and empty states.
- Refined: Default builder functions for consistent styling across app states.
0.0.4 #
- Added: Example usage for better demonstration of widget functionality.