huangruiLearn / flutter_hrlweibo

Flutter仿微博客户端, 包含首页、视频、发现、消息(仿微博聊界面)及个人中心模块
2.82k stars 688 forks source link

iOS编译不通过 #9

Open ismilesky opened 4 years ago

ismilesky commented 4 years ago

` ../../.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:

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 commented 4 years ago

我1.17.3可以跑起来