v1.2.16 / 2023-04-20
Changes for All platforms
- Optimization: The actual file content is lazy loaded now, saving time on MMKV instance creation, and avoiding lock waiting when a lot of instances are created at the same time.
- Fix a bug when restoring a loaded MMKV instance the meta file might mistakenly report corrupted.
Android
- Optimization: Remove unnecessary binder call on main process instantiation.
Flutter
- Fix a crash on decoding an empty list.
- Remove deprecated dependence.
- Make the script more robust to fix the iOS Flutter plugin name.
Win32
- Fix a string format bug on the MinGW64 environment.
golang
- Fix a build error on 32-bit OS.