bdaya_shared_value 3.1.2
bdaya_shared_value: ^3.1.2 copied to clipboard
A straightforward way to manage global state in flutter apps.
3.1.2 26/10/2022 #
- Fixed
streamWithInitialwith rxdart
3.1.1 26/10/2022 #
- Fixed
streamWithInitial
3.1.0 23/10/2022 #
- Add support for custom save/load logic
- Fixed memory leak due to
SharedValueinstances not being garbage collected because of the nonce mapMap<SharedValue, double> - Implemented
updateShouldNotifyinSharedValueInheritedModel