add-debounce

Community

Delay method calls until user input settles.

Authormarcglasberg
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Debounce delays method execution until after a period of inactivity, preventing rapid successive calls and reducing unnecessary work in UI flows such as search and validation.

Core Features & Use Cases

  • Debounces rapid calls to mix() so only the final action runs after a pause.
  • Supports per-key or per-parameter debouncing to isolate independent input streams.
  • Helps improve perceived performance in search, validation, or auto-save scenarios.

Quick Start

Attach debounce to a Cubit method by adding debounce(duration: 300.millis) to the mix call.

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: add-debounce
Download link: https://github.com/marcglasberg/bloc_superpowers/archive/main.zip#add-debounce

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.