Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 1.39 KB

README.md

File metadata and controls

8 lines (5 loc) · 1.39 KB

flutter_platform_utils

pub package GitHub stars GitHub forks GitHub license GitHub issues harmony-candies

如果您的库支持 OpenHarmony 平台,并且有 Platform.isOhos 的判断,那么建议换成 PlatformUtils.isOhos 避免对其他非鸿蒙用户在非鸿蒙分支编译的影响。

If your library supports the OpenHarmony platform and includes the Platform.isOhos judgment, it is recommended to switch to PlatformUtils.isOhos to avoid impacting compilation for non-OpenHarmony users on non-OpenHarmony branches.