You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用2.4.0版本出现错误
../../../../.pub-cache/hosted/pub.flutter-io.cn/tencent_calls_uikit-2.4.0/lib/src/ui/tuicall_kit_widget.dart:51:12: Error: The method 'PopScope' isn't defined for the class '_TUICallKitWidgetState'.
'_TUICallKitWidgetState' is from 'package:tencent_calls_uikit/src/ui/tuicall_kit_widget.dart' ('../../../../.pub-cache/hosted/pub.flutter-io.cn/tencent_calls_uikit-2.4.0/lib/src/ui/tuicall_kit_widget.dart').
Try correcting the name to the name of an existing method, or defining a method named 'PopScope'.
return PopScope(
^^^^^^^^
Target kernel_snapshot failed: Exception
FAILURE: Build failed with an exception.
flutter-sdk:flutter-3.10.6
解决方案:直接删除PopScope(
canPop: false,可以运行
The text was updated successfully, but these errors were encountered:
使用2.4.0版本出现错误
../../../../.pub-cache/hosted/pub.flutter-io.cn/tencent_calls_uikit-2.4.0/lib/src/ui/tuicall_kit_widget.dart:51:12: Error: The method 'PopScope' isn't defined for the class '_TUICallKitWidgetState'.
Try correcting the name to the name of an existing method, or defining a method named 'PopScope'.
return PopScope(
^^^^^^^^
Target kernel_snapshot failed: Exception
FAILURE: Build failed with an exception.
flutter-sdk:flutter-3.10.6
解决方案:直接删除PopScope(
canPop: false,可以运行
The text was updated successfully, but these errors were encountered: