简体   繁体   English

Flutter web done 按钮在键盘顶部有容器

[英]Flutter web done button has container at top of keyboard

I had an app that use flutter for web.我有一个使用 Flutter for Web 的应用程序。 every i focus on textfield and pressed the button 'done' at top keyboard of phone it will be close the keyboard but when i focused again on textfield , there was a white container at the top of keyboard.每次我关注文本字段并按下手机顶部键盘上的“完成”按钮时,它都会关闭键盘,但是当我再次关注文本字段时,键盘顶部有一个白色容器。 how to remove that container?如何删除该容器? here some picture that i screenshot.这是我截图的一些图片。

i really appreciate who help this issue.我真的很感谢谁帮助这个问题。 i know this relate issue has been found by other person.我知道这个相关问题已被其他人发现。 but i just need to hide this white container.但我只需要隐藏这个白色容器。

在此处输入图像描述

I had the same issue.我遇到过同样的问题。 I resolved it by upgrading Flutter to version 3.0.0 (using command flutter upgrade ).我通过将 Flutter 升级到 3.0.0 版本(使用命令flutter upgrade )解决了这个问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM