Skip to content

Conversation

hifiaz
Copy link

@hifiaz hifiaz commented Oct 18, 2021

upgade flutter_mark_fork version because got problem in dev channel


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
^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../flutter/packages/flutter/lib/src/services/text_input.dart:948:8: Context: 'TextSelectionDelegate.copySelection' is defined here.
void copySelection(SelectionChangedCause cause) {
^^^^^^^^^^^^^
../../flutter/packages/flutter/lib/src/services/text_input.dart:872:8: Context: 'TextSelectionDelegate.cutSelection' is defined here.
void cutSelection(SelectionChangedCause cause) {
^^^^^^^^^^^^
../../flutter/packages/flutter/lib/src/services/text_input.dart:900:16: Context: 'TextSelectionDelegate.pasteText' is defined here.
Future pasteText(SelectionChangedCause cause) async {
^^^^^^^^^
../../flutter/packages/flutter/lib/src/services/text_input.dart:928:8: Context: 'TextSelectionDelegate.selectAll' is defined here.
void selectAll(SelectionChangedCause cause) {
^^^^^^^^^```

@erickok erickok mentioned this pull request Oct 21, 2021
@erickok
Copy link
Contributor

erickok commented Oct 21, 2021

I checked and it still compiles too with current stable Flutter (2.5) so I'll merge this. thanks for the contribution.

@erickok erickok merged commit 1fc97f1 into Sub6Resources:master Oct 21, 2021
@danieldoddjr
Copy link

What is the ETA for this update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants