mmkv 1.2.8
mmkv: ^1.2.8 copied to clipboard
An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
MMKV for Flutter Change Log #
v1.2.8 / 2020-12-2x #
- Keep up with MMKV native lib v1.2.7, which fix the
MMKV.sync(false)
not being asynchronous bug. - Fix
MMKV.defaultMMKV()
crash on iOS simulator. - Fix
MMKV.defaultMMKV(cryptKey)
not encrypted as expected bug on iOS.
v1.2.7 / 2020-11-27 #
Fix iOS symbol not found bug.
v1.2.6 / 2020-11-27 #
The first official flutter plugin of MMKV. Most things actually work!