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.store
for 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 fix
for automated migration fromvxstate
tolayrz_state
.
1.0.0 #
- Initial release of
layrz_state
, a fork ofvxstate
with additional features and maintenance by Golden M, Inc.