'Flutter web done button has container at top of keyboard
I had an app that use 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.
Solution 1:[1]
I had the same issue.
I resolved it by upgrading Flutter to version 3.0.0 (using command flutter upgrade
).
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Ilya Berezovsky |