get_ui_state_package 0.0.6
get_ui_state_package: ^0.0.6 copied to clipboard
A lightweight Flutter package using GetX to manage common UI states like loading, error, and success.
0.0.6 #
- Fix pub.dev not displaying repository and issue tracker:
- Updated
repository
,homepage
, andissue_tracker
URLs inpubspec.yaml
to point to the correctdev
branch.
- Updated
0.0.4 #
- Enforce
GlobalUiStateConfig
initialization before usingUiStateBuilder
.- Added
isInitialized
flag to track initialization status. - Added assertion in
UiStateBuilder
constructor to prevent misuse.
- Added
- Improved documentation and inline comments for better developer experience.
- Enhanced type safety and structure of
GlobalUiStateConfig
getters. - Added support for per-screen override widgets with fallback to global config.
0.0.3 #
- Fix logo not visible in
README.md
due to incorrect image URL.
0.0.2 #
- Update
description
inpubspec.yaml
to meet search engine visibility standards. - Fix code formatting using Dart formatter.
- Fix unreachable URLs in
pubspec.yaml
:homepage
repository
issue_tracker
- Add new professional logo to enhance branding.
- Logo placed at the top of the
README.md
.
- Logo placed at the top of the