迁移依赖

master
laiiihz 4 years ago
parent 322b2724e0
commit 0215e61f76

@ -50,6 +50,7 @@ void main() async {
// AmapLocation.instance.init(iosKey: 'e8a8057cfedcdcadcf4e8f2c7f8de982'); // AmapLocation.instance.init(iosKey: 'e8a8057cfedcdcadcf4e8f2c7f8de982');
//im //im
TencentImPlugin.init(appid: '1400435566'); TencentImPlugin.init(appid: '1400435566');
AppConfig.initial( AppConfig.initial(

@ -477,9 +477,9 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
path: "." path: "."
ref: "3e4824752f4fa50c30ecd415341a3a779db01922" ref: HEAD
resolved-ref: "3e4824752f4fa50c30ecd415341a3a779db01922" resolved-ref: "3e4824752f4fa50c30ecd415341a3a779db01922"
url: "https://gitee.com/laiiihz/flutter_qr_reader" url: "https://github.com/customPub/flutter_qr_reader"
source: git source: git
version: "1.0.2" version: "1.0.2"
flutter_redux: flutter_redux:
@ -915,7 +915,7 @@ packages:
path: "." path: "."
ref: patch-1 ref: patch-1
resolved-ref: "8109f390d338d501d0734343dd0bc3690b1be8c5" resolved-ref: "8109f390d338d501d0734343dd0bc3690b1be8c5"
url: "http://159.75.73.143:8080/laiiihz/flutter_photo" url: "https://github.com/customPub/flutter_photo"
source: git source: git
version: "0.5.0" version: "0.5.0"
photo_manager: photo_manager:
@ -1085,7 +1085,7 @@ packages:
path: sharesdk_plugin path: sharesdk_plugin
ref: HEAD ref: HEAD
resolved-ref: "85593f87ec2e1f28834c3190cefd76f6e1587887" 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 source: git
version: "1.2.9" version: "1.2.9"
shelf: shelf:
@ -1183,7 +1183,7 @@ packages:
path: "." path: "."
ref: HEAD ref: HEAD
resolved-ref: d615840184e52056a80aa950058b68677e403aa0 resolved-ref: d615840184e52056a80aa950058b68677e403aa0
url: "https://gitee.com/laiiihz/FlutterTencentImPlugin" url: "https://github.com/customPub/tencent_im_plugin"
source: git source: git
version: "0.2.44" version: "0.2.44"
tencent_live_fluttify: tencent_live_fluttify:
@ -1192,7 +1192,7 @@ packages:
path: "." path: "."
ref: HEAD ref: HEAD
resolved-ref: cc34f13777b2eff58523fef3a96a827dc3bfda86 resolved-ref: cc34f13777b2eff58523fef3a96a827dc3bfda86
url: "http://test.akuhotel.com:8099/laiiihz/tencent_live_fluttify.git" url: "https://github.com/customPub/tencent_live_fluttify"
source: git source: git
version: "1.0.0" version: "1.0.0"
term_glyph: term_glyph:
@ -1320,7 +1320,7 @@ packages:
path: "." path: "."
ref: HEAD ref: HEAD
resolved-ref: ad8c04b159cfa7c1be2fbf73b68776beb04cd8f7 resolved-ref: ad8c04b159cfa7c1be2fbf73b68776beb04cd8f7
url: "http://159.75.73.143:8080/laiiihz/video_trimmer" url: "https://github.com/customPub/video_trimmer"
source: git source: git
version: "0.3.5" version: "0.3.5"
vxstate: vxstate:

@ -39,19 +39,20 @@ dependencies:
#flutter_audio_player: 0.1.2 #flutter_audio_player: 0.1.2
just_audio: ^0.7.3 just_audio: ^0.7.3
# 第三方分享功能 # 第三方分享功能
## 解决了fluwx冲突的问题
sharesdk_plugin: sharesdk_plugin:
git: git:
url: http://159.75.73.143:8080/third_packages/ShareSDK-For-Flutter url: https://github.com/customPub/ShareSDK-For-Flutter
path: sharesdk_plugin path: sharesdk_plugin
# 展示二维码 # 展示二维码
qr_flutter: ^3.2.0 qr_flutter: ^3.2.0
# 二维码 # 二维码
# barcode_scan: ^1.0.0 # barcode_scan: ^1.0.0
## unknow bug fix
flutter_qr_reader: flutter_qr_reader:
git: git:
url: https://gitee.com/laiiihz/flutter_qr_reader url: https://github.com/customPub/flutter_qr_reader
ref: 3e4824752f4fa50c30ecd415341a3a779db01922
webview_flutter: ^1.0.7 webview_flutter: ^1.0.7
# 网页组件 # 网页组件
@ -165,7 +166,7 @@ dependencies:
# 图片选择 # 图片选择
photo: photo:
git: git:
url: http://159.75.73.143:8080/laiiihz/flutter_photo url: https://github.com/customPub/flutter_photo
ref: patch-1 ref: patch-1
# wechat_assets_picker: ^2.2.0+2 # wechat_assets_picker: ^2.2.0+2
@ -190,13 +191,13 @@ dependencies:
#腾讯直播 #腾讯直播
tencent_live_fluttify: tencent_live_fluttify:
git: git:
url: http://test.akuhotel.com:8099/laiiihz/tencent_live_fluttify.git url: https://github.com/customPub/tencent_live_fluttify
#腾讯IM #腾讯IM
#TODO 已经将错误提交到上游代码,后期请使用新版本 #TODO 已经将错误提交到上游代码,后期请使用新版本
#more at https://github.com/JiangJuHong/FlutterTencentImPlugin/pull/101 #more at https://github.com/JiangJuHong/FlutterTencentImPlugin/pull/101
tencent_im_plugin: tencent_im_plugin:
git: git:
url: https://gitee.com/laiiihz/FlutterTencentImPlugin url: https://github.com/customPub/tencent_im_plugin
#瀑布流 #瀑布流
waterfall_flow: ^2.0.3 waterfall_flow: ^2.0.3
#相机 #相机
@ -206,7 +207,7 @@ dependencies:
#视频剪辑 #视频剪辑
video_trimmer: video_trimmer:
git: git:
url: http://159.75.73.143:8080/laiiihz/video_trimmer url: https://github.com/customPub/video_trimmer
#点赞组件 #点赞组件
many_like: ^0.0.6 many_like: ^0.0.6

Loading…
Cancel
Save