Closed
Description
651D
In the new flutter 2.8.0 the dev dependency flutter_math_fork causes issues trying to run debug.
Here is the current error message when trying to build:
: Error: The non-abstract class 'InternalSelectableMathState' is missing implementations for these members:
../…/widgets/selectable.dart:407
- TextSelectionDelegate.copySelection
- TextSelectionDelegate.cutSelection
- TextSelectionDelegate.pasteText
- TextSelectionDelegate.selectAll
Try to either
- provide an implementation,
- inherit an implementation from a superclass or mixin,
- mark the class as abstract, or
- provide a 'noSuchMethod' implementation.
class InternalSelectableMathState extends State<InternalSelectableMath>
^^^^^^^^^^^^^^^^^^^^^^^^^^^
: Context: 'TextSelectionDelegate.copySelection' is defined here.
../…/services/text_input.dart:985
void copySelection(SelectionChangedCause cause);
^^^^^^^^^^^^^