带有中文输入法的Flutter文本字段崩溃

时间:2018-10-13 14:18:52

标签: forms input flutter

我在IOS设备(而不是模拟器)中运行我的Flutter应用。 在第一个文本字段中选择中文键盘中的某些字符,然后在不从预测中选择中文字符的情况下选择第二个文本字段。 请帮助解决此问题。 这是示例图像: enter image description here

*** First throw call stack:
(
0   CoreFoundation                      0x000000010b12029b __exceptionPreprocess + 331
1   libobjc.A.dylib                     0x000000010a6c4735 objc_exception_throw + 48
2   CoreFoundation                      0x000000010b1200f5 +[NSException raise:format:] + 197
3   CoreFoundation                      0x000000010b0666e3 -[__NSCFString substringWithRange:] + 163
4   UIKitCore                           0x000000011497fb5a -[UIKeyboardImpl hasMarkedText] + 143
5   UIKitCore                           0x000000011496f3a8 __43-[UIKeyboardImpl generateAutofillCandidate]_block_invoke + 51
6   UIKitCore                           0x00000001149da9bf -[UIKeyboardTaskEntry execute:] + 169
7   UIKitCore                           0x00000001149d91ae -[UIKeyboardTaskQueue continueExecutionOnMainThread] + 374
8   UIKitCore  <…>
Lost connection to device.

0 个答案:

没有答案