fluwx icon indicating copy to clipboard operation
fluwx copied to clipboard

Flutter版微信SDK.WeChat SDK for flutter.

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

大佬,微信登录第一次走正常流程获取到了code,再之后点击微信登录会闪屏然后直接获取到code,不会有唤醒微信然后点击确定的过程 设备: 小米 10 fluwx版本: 4.2.5 flutter doctor: Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.10.6, on macOS 12.6.7 21G651 darwin-x64, locale zh-Hans-CN)...

Debug信息里有以下信息: launchWXUsingPendingIntent pendingIntent send failed: *****: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.

请问这个可以使用微信的扫码功能吗?

**Describe the bug** 项目使用 gradlew build时报错, Task :fluwx:testDebugUnitTest FAILED **To Reproduce** 使用android studio, flutter版本 3.10.6 编译报错 **Which version of Fluwx do you use?** fluwx: ^4.3.0 **Which device do you run...

final Fluwx fluwx = Fluwx(); late Function(WeChatResponse) responseListener; @override void dispose() { // TODO: implement dispose super.dispose(); fluwx.removeSubscriber(responseListener); } @override void onInit() { // TODO: implement onReady super.onInit(); responseListener =...

iOS应用集成后调用跳转微信小程序方法(fluwx.launchWeChatMiniProgram)-先启动微信-再回到应用-再进入对应小程序,android就是正常的,直接进入对应小程序

项目没引进fluwx和tobias之前,虚拟机运行都正常,只要引入其中任何一个,不管是DART3版本还是dart2版本,启动都会崩溃,编译是通过的,在simulator中安装后,启动就崩溃 rosatta模式也不行 更改Exclude Architectures也是不行的,有没有根治的方法

fluwx: ^4.5.5 [✓] Flutter (Channel stable, 3.22.0, on macOS 14.5 23F79 darwin-x64, locale zh-Hans-CN) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Xcode - develop...