You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`
../../.pub-cache/hosted/pub.flutter-io.cn/extended_text_field-1.0.1/lib/src/extended_editable_text.dart:759:7: Error: The non-abstract class 'ExtendedEditableTextState' is missing implementations for these members:
TextInputClient.currentAutofillScope
TextInputClient.showAutocorrectionPromptRect
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 ExtendedEditableTextState extends State
^^^^^^^^^^^^^^^^^^^^^^^^^
../../flutter/packages/flutter/lib/src/services/text_input.dart:769:21: Context: 'TextInputClient.currentAutofillScope' is defined here.
AutofillScope get currentAutofillScope;
^^^^^^^^^^^^^^^^^^^^
../../flutter/packages/flutter/lib/src/services/text_input.dart:784:8: Context: 'TextInputClient.showAutocorrectionPromptRect' is defined here.
void showAutocorrectionPromptRect(int start, int end);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Automatically signing iOS for device deployment using specified development team in Xcode project: UF54R9VSBX
../../.pub-cache/hosted/pub.flutter-io.cn/extended_text_field-1.0.1/lib/src/extended_editable_text.dart:1850:29: Error: Getter not found: 'obscuringCharacter'.
text = RenderEditable.obscuringCharacter * text.length;
^^^^^^^^^^^^^^^^^^
`
`
../../.pub-cache/hosted/pub.flutter-io.cn/extended_text_field-1.0.1/lib/src/extended_editable_text.dart:759:7: Error: The non-abstract class 'ExtendedEditableTextState' is missing implementations for these members:
Try to either
class ExtendedEditableTextState extends State
^^^^^^^^^^^^^^^^^^^^^^^^^
../../flutter/packages/flutter/lib/src/services/text_input.dart:769:21: Context: 'TextInputClient.currentAutofillScope' is defined here.
AutofillScope get currentAutofillScope;
^^^^^^^^^^^^^^^^^^^^
../../flutter/packages/flutter/lib/src/services/text_input.dart:784:8: Context: 'TextInputClient.showAutocorrectionPromptRect' is defined here.
void showAutocorrectionPromptRect(int start, int end);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Automatically signing iOS for device deployment using specified development team in Xcode project: UF54R9VSBX
../../.pub-cache/hosted/pub.flutter-io.cn/extended_text_field-1.0.1/lib/src/extended_editable_text.dart:1850:29: Error: Getter not found: 'obscuringCharacter'.
text = RenderEditable.obscuringCharacter * text.length;
^^^^^^^^^^^^^^^^^^
`
这是什么原因呢? 我更新了
extended_text_field
成最新的版本,也不行。 flutter 版本是1.18.0The text was updated successfully, but these errors were encountered: