mmkv_platform_interface 2.3.0
mmkv_platform_interface: ^2.3.0 copied to clipboard
A common platform interface for the MMKV plugin.
MMKV Platform Interface Change Log #
2.3.0 / 2025-12-03 #
- Alter
getMMKVWithID2(),getDefaultMMKV(),reKey()andcheckReSetCryptKey()to support AES-256 encryption functionality.
2.2.3 / 2025-08-20 #
- Protect from
freePtr()not found.
2.2.2 / 2025-08-20 #
- Add
freePtr(), mainly for Windows.
2.2.1 / 2025-4-25 #
- Add
importFrom().
2.2.0 / 2025-4-24 #
- Add
checkExist(). - Add
groupPath()for iOS. - Add
isFileValid().
2.1.0 / 2025-02-18 #
- Bump to 2.1 to setup a breaking change version.
- Add
getNameSpace().
2.0.0 / 2024-10-25 #
Bump to 2.0 to setup a breaking change version.
1.0.3 / 2024-10-24 #
- Rollback
isMultiProcess(). - Rollback
isReadOnly().
1.0.2 / 2024-10-21 #
- Add
isMultiProcess(). - Add
isReadOnly().
1.0.1 / 2024-07-12 #
- Add override point for path_provider.
1.0.0 / 2024-04-19 #
The initial release.