MMKV v1.2.6 Release Notes

Release Date: 2020-11-27 // over 3 years ago
  • v1.2.6 / 2020-11-27

    ๐Ÿ”„ Changes for All platforms

    • ๐Ÿ›  Fix a file corruption when calling reKey() after removeKeys() has just been called.

    Android

    • Fix compile error when MMKV_DISABLE_CRYPT is set.
    • Add a preprocess directive MMKV_DISABLE_FLUTTER to disable flutter plugin features. If you integrate MMKV by source code, and if you are pretty sure the flutter plugin is not needed, you can turn that off to save some binary size.

    Flutter

    Add MMKV support for Flutter on iOS & Android platform. Most things actually work!
    Check out the wiki for more info.