fluttercandies / wechat_flutter

wechat_flutter is Flutter version WeChat, an excellent Flutter instant messaging IM open source library!
Apache License 2.0
2.52k stars 550 forks source link

代码没报错,但是flutter run 报错 #30

Closed diaowenyang closed 3 years ago

diaowenyang commented 3 years ago

../../Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/extended_text_field-4.0.0/lib/src/extended_editable_text.dart:1017:7: Error: The non-abstract class 'ExtendedEditableTextState' is missing implementations for these members:

class ExtendedEditableTextState extends State
^^^^^^^^^^^^^^^^^^^^^^^^^
../../Downloads/flutter/packages/flutter/lib/src/services/text_input.dart:813:8: Context: 'TextInputClient.performPrivateCommand' is defined here. void performPrivateCommand(String action, Map<String, dynamic> data); ^^^^^^^^^^^^^^^^^^^^^
../../Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/extended_text-4.0.0/lib/src/extended_render_paragraph.dart:21:7: Error: The non-abstract class 'ExtendedRenderParagraph' is missing implementations for these members:

class ExtendedRenderParagraph extends ExtendedTextSelectionRenderObject { ^^^^^^^^^^^^^^^^^^^^^^^
../../Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/extended_text_library-4.0.3/lib/src/render_object/extended_text_selection_render_object.dart:376:12: Context: 'ExtendedTextSelectionRenderObject.caretPrototype' is defined here. Rect get caretPrototype;
^^^^^^^^^^^^^^
../../Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/extended_text_library-4.0.3/lib/src/render_object/extended_text_selection_render_object.dart:383:29: Context: 'ExtendedTextSelectionRenderObject.textSelectionDelegate' is defined here. TextSelectionDelegate get textSelectionDelegate;
^^^^^^^^^^^^^^^^^^^^^
../../Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/extended_text_field-4.0.0/lib/src/extended_render_editable.dart:99:7: Error: The non-abstract class 'ExtendedRenderEditable' is missing implementations for these members:

class ExtendedRenderEditable extends ExtendedTextSelectionRenderObject { ^^^^^^^^^^^^^^^^^^^^^^
../../Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/extended_text_library-4.0.3/lib/src/render_object/extended_text_selection_render_object.dart:376:12: Context: 'ExtendedTextSelectionRenderObject.caretPrototype' is defined here. Rect get caretPrototype;
^^^^^^^^^^^^^^
../../Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/extended_text-4.0.0/lib/src/extended_render_paragraph.dart:1026:9: Error: No named parameter with the name 'handleSpecialText'. handleSpecialText: handleSpecialText,
^^^^^^^^^^^^^^^^^
../../Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/extended_text-4.0.0/lib/src/extended_render_paragraph.dart:1241:7: Error: No named parameter with the name 'handleSpecialText'. handleSpecialText: handleSpecialText,
^^^^^^^^^^^^^^^^^
../../Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/extended_text-4.0.0/lib/src/extended_render_paragraph.dart:1258:7: Error: No named parameter with the name 'handleSpecialText'. handleSpecialText: handleSpecialText,
^^^^^^^^^^^^^^^^^
../../Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/extended_text_field-4.0.0/lib/src/extended_render_editable.dart:377:7: Error: No named parameter with the name 'handleSpecialText'. handleSpecialText: handleSpecialText,
^^^^^^^^^^^^^^^^^
../../Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/extended_text_field-4.0.0/lib/src/extended_render_editable.dart:396:7: Error: No named parameter with the name 'handleSpecialText'. handleSpecialText: handleSpecialText,
^^^^^^^^^^^^^^^^^
../../Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/extended_text_field-4.0.0/lib/src/extended_render_editable.dart:1619:9: Error: No named parameter with the name 'handleSpecialText'. handleSpecialText: handleSpecialText,
^^^^^^^^^^^^^^^^^
../../Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/extended_text_field-4.0.0/lib/src/extended_render_editable.dart:1925:7: Error: No named parameter with the name 'handleSpecialText'. handleSpecialText: handleSpecialText,
^^^^^^^^^^^^^^^^^

FAILURE: Build failed with an exception.

huiqiangyang commented 3 years ago

image

这样改

diaowenyang commented 3 years ago

果然可以,谢谢。