typedstorage 0.0.7
typedstorage: ^0.0.7 copied to clipboard
Typed store data based on a local file support saving data encrypted.
0.0.1 TODO: First version of implementation. #
- TODO: First version of implementation.
0.0.2 TODO: add encrypto implementation. #
- TODO: add encrypto implementation.
0.0.3 TODO: add get all list method. #
- TODO: add get all list method.
0.0.4 TODO: add get first element of list method. #
- TODO: add get first element of list method.
0.0.5 TODO: add a structure named list. #
- TODO: add a structure named list.
0.0.6 TODO: fix bugs when remove or update data. #
- TODO: fix bugs when remove or update data.
0.0.7 2024-06-XX #
- 支持 null safety
- 兼容 Flutter 3
- 移除 coidentity 依赖,测试用例使用 MockCryptor 替代