weibo_kit icon indicating copy to clipboard operation
weibo_kit copied to clipboard

Flutter版新浪微博登录/分享

Results 17 weibo_kit issues
Sort by recently updated
recently updated
newest added

> https://stackoverflow.com/questions/72664051/android-33-issues-in-manifest-and-layout-files-in-android-studio ### log ```log Configure project :weibo_kit One or more plugins require a higher Android SDK version. Fix this issue by adding the following to /***/android/app/build.gradle: android { compileSdkVersion...

微博分享图片目前是不能传本地图片地址的,除非你在主工程配置ProviderPath,即使如此也可能是找不到的。 目前imageUri:需要的是网络图片下载到本地的地址,而不是网络图片url,因此建议不使用imageUri,只使用imageData。 await wbkit.Weibo.instance.shareImage( text: '${info.title}。${info.brief}', imageData: await getNetworkImageData(info.url), imageUri: Uri.parse(info.href), );

IOS 回调不执行,我集成了 tencent_kit 就没问题,weobo_kit 就有问题,请问这是什么原因呢

感觉您的开源,请问一下。这个是ios上面 微博不支持 分享链接了吗?

bundle identifier 确定和开发者账户里的一模一样

Could not determine the dependencies of task ':weibo_kit:compileVendorDebugAidl'. > Could not resolve all task dependencies for configuration ':weibo_kit:vendorDebugCompileClasspath'. > Could not resolve com.sina.weibo.sdk:core:9.12.0. Required by: project :weibo_kit > Could not...

https://user-images.githubusercontent.com/33019865/119936767-43f7c400-bfbc-11eb-8421-59bdce83a3ce.mp4

![image](https://user-images.githubusercontent.com/8097787/132695271-1ec97bf6-7d74-4814-ae08-9c79e95c40dd.png)

环境 flutter 2.0.6 安卓,之前是可以的,后面更新了一下就报错了 报错代码如下,请问是什么原因呢? `E/AndroidRuntime( 3735): at java.lang.Runtime.loadLibrary0(Runtime.java:1067) E/AndroidRuntime( 3735): at java.lang.Runtime.loadLibrary0(Runtime.java:1007) E/AndroidRuntime( 3735): at java.lang.System.loadLibrary(System.java:1667) E/AndroidRuntime( 3735): at com.weibo.ssosdk.WeiboSsoSdk.(SourceFile:23) E/AndroidRuntime( 3735): at com.weibo.ssosdk.WeiboSsoSdk.initConfig(Unknown Source:0) E/AndroidRuntime( 3735): at com.sina.weibo.sdk.a.a.a(SourceFile:29)...