Im-Kevin / cool_ui

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

unfocus之后keyboard_manager.dart中的hideKeyboard异常 #56

Closed wzw-gh closed 3 years ago

wzw-gh commented 4 years ago
  if (animation) {
    _pageKey.currentState.exitKeyboard();                --focusnode调用unfocus之后_pageKey.currentState为null
    Future.delayed(Duration(milliseconds: 116)).then((_) {
      _root.clearKeyboard();
    });
  } else {
    _root.clearKeyboard();
  }
issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.91. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Im-Kevin commented 4 years ago

你是什么版本

Im-Kevin commented 3 years ago

许久未回复