我刚刚将 flutter 版本从 2.5.3 更新到 2.8。我有以下错误,我不知道如何解决它。安装的任何插件都没有错误,似乎错误来自内部类本身,我不知道在我的应用程序的哪个部分抛出错误:
\n../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/flutter_math_fork-0.3.3+1/lib/src/widgets/selectable.dart:407:7: Error: The non-abstract class 'InternalSelectableMathState' is missing implementations for these members:\n - TextSelectionDelegate.copySelection\n - TextSelectionDelegate.cutSelection\n - TextSelectionDelegate.pasteText\n - TextSelectionDelegate.selectAll\nTry to either\n - provide an implementation,\n - inherit an implementation from a superclass or mixin,\n - mark the class as abstract, or\n - provide a 'noSuchMethod' implementation.\n\nclass InternalSelectableMathState extends State<InternalSelectableMath>\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n/C:/desarrollo/flutter/packages/flutter/lib/src/services/text_input.dart:985:8: Context: 'TextSelectionDelegate.copySelection' is defined here.\n void copySelection(SelectionChangedCause cause);\n ^^^^^^^^^^^^^\n/C:/desarrollo/flutter/packages/flutter/lib/src/services/text_input.dart:965:8: Context: 'TextSelectionDelegate.cutSelection' is defined here.\n void cutSelection(SelectionChangedCause cause);\n ^^^^^^^^^^^^\n/C:/desarrollo/flutter/packages/flutter/lib/src/services/text_input.dart:973:16: Context: 'TextSelectionDelegate.pasteText' is defined …Run Code Online (Sandbox Code Playgroud)