layrz_state 1.0.2
layrz_state: ^1.0.2 copied to clipboard
A fork of vxstate with added features and improvements.
Changelog #
1.0.2 #
- Added
LayrzStore.of<T>(context)as an alternative toLayrzState.storefor better context-specific store access in widgets. - Forced null-safety by removing nullable types where appropriate to enhance code reliability and maintainability.
1.0.1 #
- Added replacement options to use
dart fixfor automated migration fromvxstatetolayrz_state.
1.0.0 #
- Initial release of
layrz_state, a fork ofvxstatewith additional features and maintenance by Golden M, Inc.