frost 2.0.0
frost: ^2.0.0 copied to clipboard
State management solution that decouples business logic from UI effortlessly. Frost uses reactive Properties, Watchers, and Signals with minimal boilerplate.
1.0.0 #
First version
2.0.0 #
-Removed
- PropertyWidget and SignalWidgets are removed.
- SignalStatefulWidget has been removed due to being largely unnecessary.
-Added
- Watcher is a new widget to listen to properties and signals.
- Properties and bound signals are automatically inferred from their usage now.
- massive performance improvement.
- Some more quality of life improvements and bug fixes.