jolt
Reactive state management for Dart and Flutter apps
All Skills in This Repository (3)
Pure Emerald Level Indicatorsuse-jolt-setup
Coordinate Flutter widget lifecycles with use* hooks and reactive builders.
use-jolt
Document Jolt reactive primitives like Signal, Computed, Effect, and EffectScope for Dart state.
use-jolt-flutter
Wrap Flutter widgets with JoltBuilder to rebuild on Jolt signal changes.
Frequently Asked Questions
FAQPage SchemaHow to install Jolt skills?โผ
Run `npx skills add vowdemon/jolt --all -g -y` in your terminal to install all Jolt skills globally, then restart your coding assistant.
What is Jolt for Flutter?โผ
Jolt is a reactive state management library for Dart and Flutter built on signals, computed values, and effects. It updates your UI automatically when state changes, with no code generation or manual subscriptions.
How do Jolt signals work in Dart?โผ
You store mutable state in a Signal, derive values with Computed, and react to changes with Effect or Watcher. Dependencies are tracked automatically whenever you read a signal's value.
Does Jolt work with Flutter hooks and ValueNotifier?โผ
Yes. Jolt provides useSignal and other hooks for HookWidget, plus two-way bridges that convert between Jolt signals and Flutter's ValueNotifier or Listenable.
Do I need to manually dispose Jolt resources?โผ
With SetupWidget or hooks, signals, controllers, and effects are disposed automatically when the widget unmounts. In plain Dart, you dispose effects and scopes yourself or group them in an EffectScope.
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