app_links_ohos 0.0.1 app_links_ohos: ^0.0.1 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: ^3.4.5
app_links_ohos: any
限制 / Limitations #
在 OpenHarmony 平台上,系统限制从浏览器直接通过自定义 Scheme 打开应用,如果有需求,推荐使用 App Linking
On OpenHarmony, the system restricts opening the app directly from the browser using a custom scheme. If you have such a requirement, it is recommended to use App Linking
初始化 / 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