fluttercandies/extended_text

adapte Flutter 2.8 for text_input new api

Closed this issue · 2 comments

the flutter\lib\src\services\text_input\TextSelectionDelegate class add some abstract function.

extended_text-7.0.0/lib/src/selection/extended_text_selection.dart:135:7: 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.

do later

130866137-a42876aa-a115-4613-ac3c-e0be7c434b4e