state_msg_builder 0.0.2+2 copy "state_msg_builder: ^0.0.2+2" to clipboard
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+1 #

Added #

  • Added Optional TextAlign in State message builder.

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.
0
likes
130
points
57
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to display customizable state messages such as error, no items, or loading messages with customizable text styles and colors.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

app_style, flutter

More

Packages that depend on state_msg_builder