ErrorWidget
2.0.3indexedStandardizes UI error state representation, allowing optional custom messages and retry actions, enhancing user interface consistency and error handling flexibility.
0
Stars
1
Used by
dependents
—
Health
/ 100
Standardizes UI error state representation, allowing optional custom messages and retry actions, enhancing user interface consistency and error handling flexibility.
A widget for representing error states in the UI in a standard way.
implementation "cl.emilym.compose:errorwidget:<latest>"
// message is optional, by default the message of the exception will be used
ErrorWidget(
IllegalArgumentException(),
message = "This is a message",
retry = {}
)
Surfaced from shared tags and platforms — no rankings paid for.