hako 0.1.1
hako: ^0.1.1 copied to clipboard
A state management library for Flutter designed for simplicity, performance, and testability.
0.1.1 #
- SDK Compatibility: Restored minimum Dart SDK constraint to
>=3.1.0(Flutter>=3.13.0).
0.1.0 #
- First Stable Minor Release: Marks the transition from initial
0.0.xexperimental versions to0.1.0, establishing a stable and production-ready core API. - Testing Library Integration: Added support for the official companion testing package
hako_testfor declarative test assertions and event stream verification.
0.0.4 #
- Renamed
togetHakoreadHako. - Renamed
toHakoStateEvent.stateHakoStateEvent.current. - Made
onSetCalledsetter visible for testing.
0.0.3 #
- Renamed
toValueGetEventGetEventandtoValueSetEventSetEvent.
0.0.2 #
- Exposed
HakoEventand updated documentation.
0.0.1 #
- Initial Release.