问题描述
我只是停留在此错误上。更改频道会带来新的错误。谁能帮我解决这个错误。我在这上浪费了整整一天。
使用
Flutter_form_builder: ^3.14.0-alpha.1
错误:-
/C:/Flutter/.pub-cache/hosted/pub.dartlang.org/Flutter_chips_input-1.9.1/lib/src/chips_input.dart:88:7: Error: The non-abstract class 'ChipsInputState' is missing implementations for these members:
- TextInputClient.performPrivateCommand
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 ChipsInputState<T> extends State<ChipsInput<T>>
^^^^^^^^^^^^^^^
/C:/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);
^^^^^^^^^^^^^^^^^^^^^
Flutter版本:
Channel dev,1.22.0-1.0.pre
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)