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
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:
Try to either
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