jshare-flutter-plugin icon indicating copy to clipboard operation
jshare-flutter-plugin copied to clipboard

JShare's officially supported Flutter plugin (Android & iOS). 极光分享官方支持的 Flutter 插件(Android & iOS)。

Results 12 jshare-flutter-plugin issues
Sort by recently updated
recently updated
newest added

请问,这个插件是不是已经被放弃了?隔了这么久都没有更新。

分享回调:{code: fail, message: Error Domain=JShareErrorDomain Code=40003 "(null)" UserInfo={error_message=The JSHAREConfig instance's universalLink can't be nil!}} 控制台抱着个错

JshareFlutterPlugin.java 中: getUserInfo函数onError处理中,返回code是个int,而flutter中通过getEnumFromString来处理code的值,所以code只应该返回:success、cancel、fail 其他接口也有类似错误 ![image](https://user-images.githubusercontent.com/6133176/74624073-003fc900-5182-11ea-91a3-c9c3855f371a.png)

新手本来就很菜了。还在文档中给新手挖坑。居心何在 ![image](https://user-images.githubusercontent.com/3894069/85916176-ab733400-b880-11ea-9fbc-c506f9e6130b.png)

[ ![1621998566806](https://user-images.githubusercontent.com/38412032/119597102-fbe96d80-be12-11eb-9934-5e0139876343.jpg) ](url) flutter -doctor: ![1621942970234](https://user-images.githubusercontent.com/38412032/119597122-073c9900-be13-11eb-8e65-e77533397e9e.jpg) 插件版本:2.1.2

这sdk是什么啊 导入了以后在iOS模拟器上就无法运行起来 在iphone上可以运行起来 Launching lib/main.dart on iPhone 12 Pro Max in debug mode... Running pod install... Running Xcode build... Xcode build done. 24.9s Failed to build iOS app Error output...

使用微信第三方登录获取用户信息,可以呼出微信的界面,然后 在执行到 JShareUserInfo info = await JShare().getUserInfo(platform: plat)这句代码之后 就没有往下面走了,日志也没有。,然后QQ是可以的,正常的。返回本应用出现 I/MicroMsg.SDK.WXApiImplV10( 3723): handleIntent, cmd = 1 不知道是什么意思

Undefined symbols for architecture armv7: "_OBJC_CLASS_$_JSHAREMessage", referenced from: objc-class-ref in JshareFlutterPlugin.o "_OBJC_CLASS_$_JSHAREService", referenced from: objc-class-ref in JshareFlutterPlugin.o "_OBJC_CLASS_$_JSHARELaunchConfig", referenced from: objc-class-ref in JshareFlutterPlugin.o ld: symbol(s) not found for architecture armv7...