signals-dart
CommunityBuild fine-grained reactive Dart state
Software Engineering#signals#reactive programming#dart#computed#undo redo#async state#reactive collections
Authorrodydavis
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Signals-dart helps you design predictable, high-performance reactive state in Dart without unnecessary recomputation or UI churn by giving you advanced primitives for synchronous, asynchronous, and collection-driven reactivity.
Core Features & Use Cases
- Fine-grained reactivity with lazy evaluation: Use
signal,computed, andeffectto derive state and run side effects only when relevant dependencies change. - Async reactive state composition: Model loading/value/error lifecycles with
futureSignal,streamSignal,computedAsync, and aggregate multiple async sources viacomputedFrom. - Reactive collections for granular updates: Use
listSignal,setSignal,mapSignal,iterableSignal, andqueueSignalto track mutations and trigger observers appropriately. - State utilities for real applications: Apply
linkedSignalfor writable derived state overrides,trackedSignalfor undo/redo history,timerSignalfor periodic ticks, andconnectfor piping events into signals. - Value semantics via options: Configure behavior using options classes (with copy/equality semantics) such as
SignalOptions,ComputedOptions,AsyncSignalOptions, and collection-specific options.
Quick Start
Use the signals-dart skill to design a reactive counter with batch updates, a derived computed label, and an effect that logs changes while avoiding circular subscriptions.
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: signals-dart Download link: https://github.com/rodydavis/signals.dart/archive/main.zip#signals-dart 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 471,000+ vetted skills library on demand.