asyncredux-dispatching-actions

Community

Dispatch actions everywhere in AsyncRedux.

Authormarcglasberg
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill streamlines the process of changing application state by dispatching actions from Flutter widgets and within Redux actions, reducing boilerplate and ensuring consistent state flow.

Core Features & Use Cases

  • Unified dispatch API: Access all five dispatch methods (dispatch, dispatchAndWait, dispatchAll, dispatchAndWaitAll, dispatchSync) in a uniform manner.
  • Widget and action integration: Trigger state changes from UI controls and inside ReduxAction lifecycles (before/after/reduce).
  • Reliable asynchronous workflows: Use dispatchAndWait for completion status and ActionStatus handling; coordinate multiple actions in parallel with dispatchAll/dispatchAndWaitAll.

Quick Start

Use the context.dispatch(MyAction()) in a widget to trigger a state change, or await context.dispatchAndWait(MyAction()) to proceed after completion.

Dependency Matrix

Required Modules

None required

Components

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-dispatching-actions
Download link: https://github.com/marcglasberg/async_redux/archive/main.zip#asyncredux-dispatching-actions

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.