Im-Kevin / cool_ui

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

bug Issues : update flutter v3.3.0 , custom keyboard not work... #86

Closed lihehehehe closed 2 years ago

lihehehehe commented 2 years ago

update flutter v3.3.0 , custom keyboard not work update flutter v3.3.0 , custom keyboard not work update flutter v3.3.0 , custom keyboard not work

please fix as soon as possible.

Shawnli1201 commented 2 years ago

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

lihehehehe commented 2 years ago

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

1

Im-Kevin commented 2 years ago

已上传1.3版本