state_msg_builder 0.0.2+2
state_msg_builder: ^0.0.2+2 copied to clipboard
A Flutter package to display customizable state messages such as error, no items, or loading messages with customizable text styles and colors.
Changelog #
All notable changes to this project will be documented in this file.
0.0.2+2 #
- Created ErrorScreen.
0.0.2 #
Added #
- Simple builder-based APIs to handle different UI states
- Customizable loading indicators and error messages
- Reusable state screens for error, loading, and empty states
- Helper utilities to simplify async UI management
0.0.1 #
Added #
- Initial release of
state_msg_builder
. - Introduced three main widgets:
ErrorMsgBuilder
: Displays an error message with customizable title and text color.NoItemBuilder
: Displays a message when no items are available, with a customizable title.StateMessageBuilder
: A generic widget for displaying state messages, allowing customization of text and color.
- Simple and customizable way to display various state messages in Flutter applications.