fluwx
fluwx copied to clipboard
Flutter版微信SDK.WeChat SDK for flutter.
fluwx.addSubscriber((response) { // 1. 为安卓和ios分开处理响应 if (response is WeChatShowMessageFromWXRequest) { debugPrint("launch-app-from-h5 on android"); // 从微信启动后,在这里只为 android 做一些事情 } else if (response is WeChatLaunchFromWXRequest) { debugPrint("launch-app-from-h5 on ios"); // 从微信启动后,在这里只为 ios...
卓易通内暂不支持微信登录
Library 'WechatOpenSDK' not found
5.7.1登录成功后后台会有两个同样的app