AppFlowy-IO / AppFlowy-IO/appflowy-editor
[Bug] Flutter 3.44 not supported
- Langage dominant
- Dart
- Étoiles
- 684
- Forks
- 329
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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_
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.