Skip to content

[Bug] Flutter 3.44 not supported #1204

Description

@sebasrod

Bug Description

Error when update to flutter 3.44

../../../AppData/Local/Pub/Cache/hosted/pub.dev/appflowy_editor-6.2.0/lib/src/editor/editor_component/service/ime/delta_input_service.dart:7:7: Error: The non-abstract class 'DeltaTextInputService' is missing implementations for these members:

  • TextInputClient.onFocusReceived
    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 DeltaTextInputService extends TextInputService with DeltaTextInputClient {
    ^^^^^^^^^^^^^^^^^^^^^
    /C:/dev/flutter/flutter/packages/flutter/lib/src/services/text_input.dart:1401:8: Context: 'TextInputClient.onFocusReceived' is defined here.
    bool onFocusReceived() => false;
    ^^^^^^^^^^^^^^^
    Failed to compile application.

How to Reproduce

update to flutter 3.44

Expected Behavior

no error

Operating System

Windows 11

AppFlowy Editor Version(s)

6.2

Screenshots

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions