Skip to content

HarmonyCandies/app_links_ohos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app_links_ohos

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

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

About

flutter app_links for OpenHarmony

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published