share_bridge_qq_ohos 0.1.0-dev.2 copy "share_bridge_qq_ohos: ^0.1.0-dev.2" to clipboard
share_bridge_qq_ohos: ^0.1.0-dev.2 copied to clipboard

HarmonyOS implementation of share_bridge_qq.

share_bridge_qq_ohos #

Pub Package License

Chinese

HarmonyOS implementation of QQ sharing for Share Bridge.

Applications usually do not depend on this package directly. Depend on share_bridge_qq; Flutter will load this endorsed platform package for HarmonyOS.

QQ HarmonyOS sharing requires the business backend to sign shareJson + timestamp + nonce. This package only forwards signed data returned by QqShareProvider.qqHarmonySigner to the QQ HarmonyOS SDK. It never stores or computes the AppKey on the client.

Host Setup #

The HarmonyOS project still needs query schemes for https and qqopenapi, a qqopenapi callback skill, strictMode.useNormalizedOHMUrl, and a local debug signing config generated in DevEco Studio.

See the repository-level HarmonyOS setup guide for details.