tencent_calls_uikit and tencent_trtc_cloud at the same time, or integrate tencent_calls_uikit and live_flutter_plugin at the same time, and the symbol conflict will occur, how to solve it?Duplicate class com.tencent.liteav.LiveSettingJni found in modules jetified-LiteAVSDK_Professional-10.7.0.13053-runtime(com.tencent.liteav:LiteAVSDK_Professional:10.7.0.13053) and jetified-LiteAVSDK_TRTC-10.3.0.11225-runtime(com.tencent.liteav:LiteAVSDK_TRTC:10.3.0.11225)
pod install is executed on iOS:[!] The 'Pods-Runner' target has frameworks with conflicting names: txsoundtouch.xcframework and txffmpeg.xcframework.
-keep class com.tencent.** { *; }
navigatorObservers to MateriaApp. The purpose is to navigate to the TUICallKit page when you receive a call invitation. Example code is as follows:import 'package:tencent_calls_uikit/tuicall_kit.dart';MaterialApp(navigatorObservers:[TUICallKit.navigatorObserver],...)
tencent_calls_engine Import files in plug-ins are uniformly replaced with new ones.import 'package:tencent_calls_engine/tuicall_engine.dart';import 'package:tencent_calls_engine/tuicall_observer.dart';import 'package:tencent_calls_engine/tuicall_define.dart';
import 'package:tencent_calls_engine/tencent_calls_engine.dart';

Feedback