asyncredux-wait-fail-succeed
CommunityShow async action states in UI.
Authormarcglasberg
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill standardizes the UI feedback for asynchronous Redux actions by clearly presenting loading, error, and success states in Flutter widgets.
Core Features & Use Cases
- Loading indicators: Show a spinner while actions are in progress.
- Error handling: Display error messages and provide retry options when actions fail.
- Success updates: Automatically render updated content after successful actions.
- Use Case: In a data-fetch screen, display a spinner during fetch, show an error with retry on failure, and present the results on success.
Quick Start
Wire your UI to AsyncRedux by using context.isWaiting(Action), context.isFailed(Action), and context.dispatch(Action). Then render a loading indicator when waiting, an error message when failed, or the data when the action succeeds.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: asyncredux-wait-fail-succeed Download link: https://github.com/marcglasberg/async_redux/archive/main.zip#asyncredux-wait-fail-succeed Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.