yasml 0.2.0
yasml: ^0.2.0 copied to clipboard
Yet Another State Management Library — explicit, traceable, compiler-verified state management for Flutter.
0.2.0 #
- Initial release of yasml — explicit, traceable, compiler-verified state management for Flutter.
- Core primitives:
World,Query,Command,Composition,Mutation, andViewWidget. AsyncValue<T>sealed type for representing loading, data, and error states.- Observability event system with
Observerinterface. - Example app with sync counter, async counter, and incremental game demo.