8000 flutter_html causing issues building on Flutter 2.8.0 with dep flutter_math_fork · Issue #942 · Sub6Resources/flutter_html · GitHub
[go: up one dir, main page]

Skip to content
flutter_html causing issues building on Flutter 2.8.0 with dep flutter_math_fork #942
Closed
@Sembauke

Description

651D
@Sembauke

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);
       ^^^^^^^^^^^^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0