bdaya_shared_value 3.1.3 bdaya_shared_value: ^3.1.3 copied to clipboard
A straightforward way to manage global state in flutter apps.
[3.1.3] - 03/11/2022 #
customEncode
andcustomDecode
can now handle null strings, indicating that the key does not exist in the storage
[3.1.2] - 26/10/2022 #
- Fixed
streamWithInitial
with 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
SharedValue
instances not being garbage collected because of the nonce mapMap<SharedValue, double>
- Implemented
updateShouldNotify
inSharedValueInheritedModel