而Facebook、照片分享应用Instagram、Twitter、谷歌(微博)YouTube、职业社交网站 LinkedIn以及其他热门社交网...
import'dart:io';import'dart:typed_data';import'check.dart';import'package:fluwx_no_pay/fluwx_no_pay.dart'asfluwx;classWxSdk{// static bool wxIsInstalled;staticFutureinit()async{fluwx.registerWxApi(appId:"你的appid",doOnAndroid:true,doOnIOS:true,universalLink:"你的universalLink");}...
If you have two separate apps with different package IDs (app IDs) and both are properly configured in the assetlinks.json file, theoretically, both apps should be able to handle the same app link. However, if only one app is consistently opened when the app link is clicked, maybe due t...
ShareSDKRegister register = ShareSDKRegister(); register.setupWechat( "wx617c77c82218ea2c", "c7253e5289986cf4c4c74d1ccc185fb1", "https://70imc.share2dlink.com/"); register.setupSinaWeibo( "568898243", "38a4f8204cc784f81f9f0daaf31e02e3", "http://www.sharesdk.cn", "https://70...
universalLink: "你的universalLink"); } static Future<bool> wxIsInstalled() async { return await fluwx.isWeChatInstalled; } /** * 分享图片到微信, * file=本地路径 * url=网络地址 * asset=内置在app的资源图片 * scene=分享场景,1好友会话,2朋友圈,3收藏 ...
universalLink: "你的universalLink"); } static FuturewxIsInstalled() async { return await fluwx.isWeChatInstalled; } /** * 分享图片到微信, * file=本地路径 * url=网络地址 * asset=内置在app的资源图片 * scene=分享场景,1好友会话,2朋友圈,3 */ static void ShareImage( {String title, String...
import'dart:io';import'dart:typed_data';import'check.dart';import'package:fluwx_no_pay/fluwx_no_pay.dart'asfluwx;classWxSdk{// static bool wxIsInstalled;staticFutureinit()async{fluwx.registerWxApi(appId:"你的appid",doOnAndroid:true,doOnIOS:true,universalLink:"你的universalLink");}staticFuture...
ShareSDKRegister register = ShareSDKRegister(); register.setupWechat( "wx617c77c82218ea2c", "c7253e5289986cf4c4c74d1ccc185fb1", "https://70imc.share2dlink.com/"); register.setupSinaWeibo( "568898243", "38a4f8204cc784f81f9f0daaf31e02e3", "http://www.sharesdk.cn", "https://70...
fluwx.registerWxApi(appId:"你的appid",doOnAndroid:true,doOnIOS:true,universalLink:"你的universalLink"); }staticFuture<bool>wxIsInstalled() async {returnawait fluwx.isWeChatInstalled; }/** * 分享图片到微信, * file=本地路径 * url=网络地址 ...
* asset=内置在app的资源图片 * scene=分享场景,1好友会话,2朋友圈,3收藏 */staticvoidShareImage({String title,String decs,String file,String url,String asset,int scene=1})async{fluwx.WeChatScene wxScene=fluwx.WeChatScene.SESSION;if(scene==2){wxScene=fluwx.WeChatScene.TIMELINE;}elseif(scene=...