AppFlowy-IO / AppFlowy-IO/appflowy-editor

[Bug] Flutter 3.44 not supported

Open
#1,204 4 comments 11 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
684
Forks
329
PR merge metrics
No merged PRs in 30d

Description

### 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_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.