app_links_ohos 0.2.0 
app_links_ohos: ^0.2.0 copied to clipboard
OpenHarmony impl for app_links plugin.
app_links_ohos #
Flutter plugin for handling app links on OpenHarmony
The OpenHarmony implementation of app_links
Flutter OpenHarmony 平台的深度链接 / 应用链接处理插件
app_links 在 OpenHarmony 平台的实现
安装 / Installation #
dependencies:
  app_links: ^6.4.0
  app_links_ohos: ^0.2.0
初始化 / Initialization #
Add uris config to your OpenHarmony project's module.json file. Further details can be found in the App Linking Doc
添加 uris 配置到 OpenHarmony 项目的 module.json 文件中。更多细节请参考 App Linking 文档
Flutter #
The usage in Flutter is the same as app_links, plz refer to the app_links
在 Flutter 中的使用方法和 app_links 一致,请参考 app_links