@ -101,6 +101,12 @@ class _LivePageState extends State<LivePage> {
onCloudVideoCreated: (controller) async {
_livePusher = await LivePusher.create();
_livePusher.startPreview(controller);
_livePusher.setBeautyFilter(
BeautyFilter.NATURE,
whiteningLevel: 0,
beautyLevel: 0,
ruddyLevel: 0,
);
if (widget.resumeLive) {
_isStream = true;
liveItemId = widget.model.liveItemId;
@ -1022,10 +1022,12 @@ packages:
tencent_live_fluttify:
dependency: "direct main"
description:
name: tencent_live_fluttify
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.2.0+1"
path: "."
ref: HEAD
resolved-ref: cc34f13777b2eff58523fef3a96a827dc3bfda86
url: "http://test.akuhotel.com:8099/laiiihz/tencent_live_fluttify.git"
source: git
version: "1.0.0"
term_glyph:
dependency: transitive
@ -181,7 +181,9 @@ dependencies:
#腾讯云点播上传SDK
flutter_txugcupload: ^0.0.2
#腾讯直播
tencent_live_fluttify: ^0.2.0+1
git:
url: http://test.akuhotel.com:8099/laiiihz/tencent_live_fluttify.git
#腾讯IM
#TODO 已经将错误提交到上游代码,后期请使用新版本
#more at https://github.com/JiangJuHong/FlutterTencentImPlugin/pull/101