Flutter获取键盘高度 先给自己打个气 2022-02-08 3,142 阅读1分钟 在build方法中调用: var keyboardSize = MediaQuery.of(context).viewInsets.bottom; 键盘弹出时,即可获取到键盘高度。