asyncredux-selectors
CommunityCache selectors for fast, efficient state access.
Authormarcglasberg
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill helps developers create and cache selectors for efficient state access in AsyncRedux-based Flutter apps, enabling memoization and reducing unnecessary rebuilds.
Core Features & Use Cases
- Write selector functions to extract derived data from AppState.
- Cache results using cache1state, cache2states, and related helpers to avoid recomputation on state changes.
- Reuse in widgets via context.select and WidgetSelect to minimize rebuilds in large lists or dashboards.
- Use case: Imagine a list of users; the skill provides a cached selector to compute filtered views (e.g., active users) with automatic invalidation when state slices change.
Quick Start
Use a cached selector with cache1state_1param to derive a filtered list and access it in a widget with context.select.
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-selectors Download link: https://github.com/marcglasberg/async_redux/archive/main.zip#asyncredux-selectors 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.