Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 477 Bytes

README.md

File metadata and controls

42 lines (22 loc) · 477 Bytes

flutter_mmkv

A Flutter plugin to use MMKV which is an efficient, small mobile key-value storage framework developed by WeChat.

MMKV is initialized automatically.

#Methods

getRootDir |

encodeBool |

encodeInt |

encodeLong |

encodeDouble |

encodeString |

encodeUint8List |

decodeBool |

decodeInt |

decodeLong |

decodeDouble |

decodeString |

decodeUint8List |

removeValueForKey |

removeAll |

containsKey |

#Sample App

http://bit.ly/flutter_mmkv