share_bridge_wechat_ohos 0.1.0-dev.3
share_bridge_wechat_ohos: ^0.1.0-dev.3 copied to clipboard
HarmonyOS federated implementation of share_bridge_wechat using the Tencent WeChat OpenSDK for OHOS.
share_bridge_wechat_ohos #
Chinese
HarmonyOS implementation package for share_bridge_wechat.
Applications usually do not depend on this package directly. Depend on share_bridge_wechat; Flutter will load this endorsed platform package for HarmonyOS.
Capabilities #
- WeChat session webpage sharing
- WeChat timeline webpage sharing
- WeChat session image sharing
- WeChat timeline image sharing
WeChat HarmonyOS sharing does not require a signing callback like qqHarmonySigner; it continues to use ShareContent.webpage and ShareContent.image.
Host Setup #
The HarmonyOS project still needs query schemes for weixin and wxopensdk, callback forwarding to ShareBridgeWechatPlugin.handleWant(want), and a local debug signing config generated in DevEco Studio.
See the repository-level HarmonyOS setup guide for details.