fluttercandies / extended_text

A powerful extended official text for Flutter, which supports Speical Text(Image,@somebody), Custom Background, Custom overFlow, Text Selection.
MIT License
664 stars 134 forks source link

7.0.0 Error: The non-abstract class 'ExtendedTextSelectionState' is missing implementations for these members: - 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. #116

Closed liu1070832898 closed 2 years ago

liu1070832898 commented 3 years ago

image

lucasjinreal commented 3 years ago

same error

zmtzawqlp commented 3 years ago

force on stable 2.5.0

gfb-47 commented 2 years ago

Same error

gfb-47 commented 2 years ago

Just solved, I forgot to update pusbpec.yaml

Screen Shot 2022-02-21 at 10 40 16

Also, deleting pubspec.lock might help.

zmtzawqlp commented 2 years ago

find the version that suit to your flutter sdk, thanks