asyncredux-wait-condition

Community

Pause actions until state criteria are met.

Authormarcglasberg
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables pausing Redux action execution until a specified application state predicate becomes true, helping coordinate actions and enforce prerequisites in AsyncRedux-powered Flutter apps.

Core Features & Use Cases

  • Waiting for state conditions to trigger subsequent steps in an action.
  • Coordinating between multiple actions to proceed only after required data is available.
  • Building conditional, multi-step workflows that adapt to runtime state.

Quick Start

Use the waitCondition helper inside a ReduxAction reduce to pause execution until a condition is met, for example: await waitCondition(state => state.calendar != null);

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

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.