duxt_signals 0.1.0
duxt_signals: ^0.1.0 copied to clipboard
Reactive signals for Dart - lightweight state management inspired by Solid.js, Angular, and Preact Signals.
Changelog #
All notable changes to this project will be documented in this file.
0.1.0 - 2026-02-05 #
Added #
- Initial release
Signal<T>- Core reactive primitive with call syntaxcomputed()- Derived signals with auto-dependency trackingeffect()- Side effects that run on signal changesbatch()- Batch multiple updatesFormField<T>- Form field with validationFormState- Form group management- Built-in validators:
required,email,minLength,maxLength,min,max,pattern - Jaspr integration:
Watchcomponent