signals.dart
Build reactive Dart and Flutter apps with fine-grained signals
All Skills in This Repository (15)
Pure Emerald Level Indicatorsjaspr-js-interop
Integrate Jaspr web apps with JavaScript libraries using universal_web interop.
increase-coverage
Aggregate Dart/Flutter monorepo coverage artifacts and identify uncovered source lines.
signals_hooks
Integrate Preact-style signals with Flutter HookWidget lifecycles for reactive rebuilds.
jaspr-fundamentals
Guide Jaspr component construction and typed HTML usage for reactive UIs.
update-examples-dependencies
Upgrade Dart and Flutter example dependencies and fix analyzer failures.
jaspr-styling
Generate type-safe Jaspr CSS-in-Dart styles with @css static getters.
update-docs-workflow
Audit generated Jaspr reference markdown and enrich Dart doc comments.
update-preact
Synchronize upstream Preact Signals changes into the Dart preact_signals package.
jaspr-convert-html
Convert HTML files or URLs into Jaspr component syntax.
jaspr-pre-rendering-and-hydration
Enforce hydration and import rules for Jaspr SSR/SSG apps.
signals-dart
Design fine-grained reactive state architectures in Dart using signals_core primitives.
signals-lint
Detect reactive anti-patterns and deprecated signals.dart usage in Dart and Flutter codebases.
Frequently Asked Questions
FAQPage SchemaHow to install signals.dart skills?โผ
Run `npx skills add rodydavis/signals.dart --all -g -y` in your terminal to install all skills in this suite globally.
What is signals.dart used for?โผ
It is a fine-grained reactive state management framework for Dart and Flutter that automatically tracks dependencies and updates only the parts of your UI that change.
How do I migrate from signals v6 to v7?โผ
The included migration skill guides your AI agent through moving to unified options classes, replacing deprecated mixins, and updating SignalBuilder to the named builder parameter.
Does signals.dart work with AI coding assistants?โผ
Yes. All skills follow the standard SKILL.md format and work with Claude Code, Cursor, GitHub Copilot, and other AI coding tools.
Can signals.dart improve Flutter rendering performance?โผ
Yes. It supports surgical widget rebuilds and direct GPU painting via SignalCustomPaint, so only the exact widgets that depend on changed state are updated.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core