zeba_academy_error_state 0.0.1
zeba_academy_error_state: ^0.0.1 copied to clipboard
A reusable Flutter error state widget with customizable messages, icons, retry actions, and layouts.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.1 - 2026-07-20 #
Added #
- Added the initial release of
zeba_academy_error_state. - Added the
ZebaErrorStatewidget. - Added customizable error titles.
- Added customizable error messages.
- Added customizable retry button text.
- Added retry callback support through
onRetry. - Added optional error icon support.
- Added customizable icon size.
- Added customizable icon color.
- Added customizable title text styles.
- Added customizable message text styles.
- Added customizable retry button styles.
- Added customizable retry button text styles.
- Added configurable content padding.
- Added configurable spacing between elements.
- Added support for showing or hiding the error icon.
- Added support for showing or hiding the retry button.
- Added configurable main-axis alignment.
- Added configurable cross-axis alignment.
- Added configurable text alignment.
- Added optional width constraints.
- Added optional height constraints.
- Added Material 3 theme integration.
- Added null-safe API.
- Added widget tests covering the core functionality.
- Added GNU General Public License v3.0 licensing.