From 0215e61f767b03b4211c2c315bb7cff634b535f5 Mon Sep 17 00:00:00 2001 From: laiiihz Date: Wed, 21 Apr 2021 14:14:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E7=A7=BB=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/main.dart | 1 + pubspec.lock | 14 +++++++------- pubspec.yaml | 15 ++++++++------- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 7f1b595..e7cb692 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -50,6 +50,7 @@ void main() async { // AmapLocation.instance.init(iosKey: 'e8a8057cfedcdcadcf4e8f2c7f8de982'); //初始化腾讯im + TencentImPlugin.init(appid: '1400435566'); AppConfig.initial( diff --git a/pubspec.lock b/pubspec.lock index bd656c5..dbfc05a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -477,9 +477,9 @@ packages: dependency: "direct main" description: path: "." - ref: "3e4824752f4fa50c30ecd415341a3a779db01922" + ref: HEAD resolved-ref: "3e4824752f4fa50c30ecd415341a3a779db01922" - url: "https://gitee.com/laiiihz/flutter_qr_reader" + url: "https://github.com/customPub/flutter_qr_reader" source: git version: "1.0.2" flutter_redux: @@ -915,7 +915,7 @@ packages: path: "." ref: patch-1 resolved-ref: "8109f390d338d501d0734343dd0bc3690b1be8c5" - url: "http://159.75.73.143:8080/laiiihz/flutter_photo" + url: "https://github.com/customPub/flutter_photo" source: git version: "0.5.0" photo_manager: @@ -1085,7 +1085,7 @@ packages: path: sharesdk_plugin ref: HEAD resolved-ref: "85593f87ec2e1f28834c3190cefd76f6e1587887" - url: "http://159.75.73.143:8080/third_packages/ShareSDK-For-Flutter" + url: "https://github.com/customPub/ShareSDK-For-Flutter" source: git version: "1.2.9" shelf: @@ -1183,7 +1183,7 @@ packages: path: "." ref: HEAD resolved-ref: d615840184e52056a80aa950058b68677e403aa0 - url: "https://gitee.com/laiiihz/FlutterTencentImPlugin" + url: "https://github.com/customPub/tencent_im_plugin" source: git version: "0.2.44" tencent_live_fluttify: @@ -1192,7 +1192,7 @@ packages: path: "." ref: HEAD resolved-ref: cc34f13777b2eff58523fef3a96a827dc3bfda86 - url: "http://test.akuhotel.com:8099/laiiihz/tencent_live_fluttify.git" + url: "https://github.com/customPub/tencent_live_fluttify" source: git version: "1.0.0" term_glyph: @@ -1320,7 +1320,7 @@ packages: path: "." ref: HEAD resolved-ref: ad8c04b159cfa7c1be2fbf73b68776beb04cd8f7 - url: "http://159.75.73.143:8080/laiiihz/video_trimmer" + url: "https://github.com/customPub/video_trimmer" source: git version: "0.3.5" vxstate: diff --git a/pubspec.yaml b/pubspec.yaml index f88e329..ff02506 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -39,19 +39,20 @@ dependencies: #flutter_audio_player: 0.1.2 just_audio: ^0.7.3 # 第三方分享功能 + ## 解决了fluwx冲突的问题 sharesdk_plugin: git: - url: http://159.75.73.143:8080/third_packages/ShareSDK-For-Flutter + url: https://github.com/customPub/ShareSDK-For-Flutter path: sharesdk_plugin # 展示二维码 qr_flutter: ^3.2.0 # 二维码 # barcode_scan: ^1.0.0 + ## unknow bug fix flutter_qr_reader: git: - url: https://gitee.com/laiiihz/flutter_qr_reader - ref: 3e4824752f4fa50c30ecd415341a3a779db01922 + url: https://github.com/customPub/flutter_qr_reader webview_flutter: ^1.0.7 # 网页组件 @@ -165,7 +166,7 @@ dependencies: # 图片选择 photo: git: - url: http://159.75.73.143:8080/laiiihz/flutter_photo + url: https://github.com/customPub/flutter_photo ref: patch-1 # wechat_assets_picker: ^2.2.0+2 @@ -190,13 +191,13 @@ dependencies: #腾讯直播 tencent_live_fluttify: git: - url: http://test.akuhotel.com:8099/laiiihz/tencent_live_fluttify.git + url: https://github.com/customPub/tencent_live_fluttify #腾讯IM #TODO 已经将错误提交到上游代码,后期请使用新版本 #more at https://github.com/JiangJuHong/FlutterTencentImPlugin/pull/101 tencent_im_plugin: git: - url: https://gitee.com/laiiihz/FlutterTencentImPlugin + url: https://github.com/customPub/tencent_im_plugin #瀑布流 waterfall_flow: ^2.0.3 #相机 @@ -206,7 +207,7 @@ dependencies: #视频剪辑 video_trimmer: git: - url: http://159.75.73.143:8080/laiiihz/video_trimmer + url: https://github.com/customPub/video_trimmer #点赞组件 many_like: ^0.0.6