fluwx icon indicating copy to clipboard operation
fluwx copied to clipboard

Flutter版微信SDK.WeChat SDK for flutter.

Results 79 fluwx issues
Sort by recently updated
recently updated
newest added

鸿蒙微信开放标签打开APP失败,暂无可用启动方式 是微信的问题吗?

``` Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.27.4, on macOS 13.6.3 22G436 darwin-x64, locale zh-Hans-CN) [✓] Android toolchain - develop for Android...

无论是直接使用fluwx插件还是引入源码,都触发不了回调,但iOS和Android同样的使用方法,是没问题的; fluwx 版本 5.5.2 flutter 版本 3.22.1-ohos-1.0.0 下面是我引入源码使用插件添加的日志,都没打印: ` onReq = (req: wechatSDK.BaseReq): void => { console.log('========= onReq') if (req instanceof wechatSDK.LaunchFromWXReq) { const _result: Map = new Map(); _result.set("extMsg",...

**Describe the bug** 分享图片时,WeChatImageToShare(uint8List: uint8list), android设置的压缩到1m内,harmony是100k内,但是还无法吊起来微信,必须再压缩的更小才可以 比如android我试的压缩在400k内可以吊起来 thumbData这个参数压缩的都在32k以内

之前 ^4.3.2 可以的,今天升级了 5.0.3 后鸿蒙 4.2 系统很多用户都无法唤起微信分享,小米也有用户反馈无法分享。 这是什么问题呢?其他手机系统是正常的

微信登录,分享,支付都正常,target改为Browser(url)也有反应,唯独openapp不行, xcode运行报了个错 https://developers.weixin.qq.com/community/develop/doc/00088eda7c44d8763222e25886d000

![image](https://github.com/user-attachments/assets/fd3a7aa8-5883-46b2-af65-29aa6ec58e0e) dart 代码: ![image](https://github.com/user-attachments/assets/452d8d51-8767-46ab-b2d8-b0082106310c) ![image](https://github.com/user-attachments/assets/beb35b2e-bc1d-4ef2-b0d7-8878562d4210) ![image](https://github.com/user-attachments/assets/0b06641a-fa6e-4abe-9d03-f44c7d78075b)