Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS编译不通过 #9

Open
ismilesky opened this issue Jun 3, 2020 · 1 comment
Open

iOS编译不通过 #9

ismilesky opened this issue Jun 3, 2020 · 1 comment

Comments

@ismilesky
Copy link

ismilesky commented Jun 3, 2020

`
../../.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;
^^^^^^^^^^^^^^^^^^
`

这是什么原因呢? 我更新了 extended_text_field 成最新的版本,也不行。 flutter 版本是1.18.0

@gccpacman
Copy link

我1.17.3可以跑起来

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants