Class 'VisualEditorState' is missing implementations for TextInputClient.performSelector
When I'm trying to run project it fails with this error:
../../../.pub-cache/git/visual-editor-a64736d25cf091df4ce0f25befff8204b2268363/lib/main.dart:134:7: Error: The non-abstract
class 'VisualEditorState' is missing implementations for these members:
- TextInputClient.performSelector
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 VisualEditorState extends State<VisualEditor>
^^^^^^^^^^^^^^^^^
../../flutter/packages/flutter/lib/src/services/text_input.dart:1172:8: Context: 'TextInputClient.performSelector' is defined
here.
void performSelector(String selectorName) {}
^^^^^^^^^^^^^^^
Class 'VisualEditorState' is missing implementations for TextInputClient.performSelector
When I'm trying to run project it fails with this error:
My
flutter -v
isRelated problem and fix in another project: https://github.com/superlistapp/super_editor/issues/792 https://github.com/superlistapp/super_editor/pull/835/files