Im-Kevin / cool_ui

用flutter实现一些我认为好看的UI控件,有Popover,仿Weui的Toast,自定义键盘
Apache License 2.0
460 stars 74 forks source link

升级flutter 3.3.0后,自定义键盘失效 #85

Closed huyun0-0 closed 2 years ago

huyun0-0 commented 2 years ago

@Im-Kevin 作者可以修复一下吗?感谢

Im-Kevin commented 2 years ago

不好意思,最近比较忙,暂时没时间处理,中秋我抽时间看看

Shawnli1201 commented 2 years ago

flutter v3.3, 为了解决这个问题https://github.com/flutter/flutter/pull/101087, 将TextInput初始化时间提前了,着急的话,可以先在Flutter SDK中注释掉TextInput.ensureInitialized(); 可以正常使用。 @huyun0-0

Im-Kevin commented 2 years ago

flutter就像是故意的,每次升版本都会导致不兼容

Im-Kevin commented 2 years ago

我这两天找找原因,看看怎么解决好一点

huyun0-0 commented 2 years ago

谢谢,我去去试试。 期待作者更好的解决办法

Im-Kevin commented 2 years ago

未发现这个情况,你们是怎么重新的,有具体例子吗

Im-Kevin commented 2 years ago

已升级1.3.0版本