From 69e4920add2ccf4f7f86b317566ea0696c174252 Mon Sep 17 00:00:00 2001 From: guoling Date: Fri, 27 Nov 2020 22:42:31 +0800 Subject: [PATCH] update readme for flutter --- flutter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/README.md b/flutter/README.md index 60bd0093..f17b0ba9 100644 --- a/flutter/README.md +++ b/flutter/README.md @@ -30,7 +30,7 @@ dependencies: ... ``` -If you already include MMKV native lib in your App, you need to upgrade to version newer than v1.2.7. +If you already include MMKV native lib in your App, you need to upgrade to version newer than v1.2.6. #### iOS To avoid conflict of the native lib name 'libMMKV.so' on iOS, we need to **change the plugin name 'mmkv' to 'mmkvflutter'**.