HarmonyOS 鸿蒙Next flutter flutter_secure_storage插件没有添加对鸿蒙系统的支持

HarmonyOS 鸿蒙Next flutter flutter_secure_storage插件没有添加对鸿蒙系统的支持 插件

https://gitee.com/openharmony-sig/fluttertpc_flutter_secure_storage.git

没有添加对鸿蒙系统的判断现在只能使用flutter_secure_storage_ohos这个路径的插件

哪位大佬有权限可以把

url: "[https://gitee.com/openharmony-sig/fluttertpc_flutter_secure_storage.git](https://gitee.com/openharmony-sig/fluttertpc_flutter_secure_storage.git)"

flutter_secure_storage_ohos/lib/flutter_secure_storage_ohos.dart_selectOptions函数同步到

flutter_secure_storage/lib/flutter_secure_storage.dart_selectOptions


更多关于HarmonyOS 鸿蒙Next flutter flutter_secure_storage插件没有添加对鸿蒙系统的支持的实战教程也可以访问 https://www.itying.com/category-92-b0.html

1 回复

更多关于HarmonyOS 鸿蒙Next flutter flutter_secure_storage插件没有添加对鸿蒙系统的支持的实战系列教程也可以访问 https://www.itying.com/category-92-b0.html


HarmonyOS 鸿蒙Next目前不支持flutter_secure_storage插件。该插件主要用于在移动设备上安全存储数据,但目前尚未适配鸿蒙系统。鸿蒙系统采用了自己的分布式架构和安全机制,与Android和iOS的安全存储实现方式不同。因此,flutter_secure_storage插件在鸿蒙系统上无法直接使用。开发者如需在鸿蒙系统上实现类似功能,需使用鸿蒙提供的安全存储API或等待插件更新支持鸿蒙系统。

回到顶部