728x90
1. Scaffold에 resizeToAvoidBottomInset: false 추가
2. body를 SingleChildScrollView 로 감쌈
return Scaffold(
resizeToAvoidBottomInset: false,
appBar: ...,
body: SingleChildScrollView(
...
)
);
반응형
'개발 > Flutter' 카테고리의 다른 글
[Flutter] Bottom Sheet (0) | 2022.02.15 |
---|---|
[Flutter] Google Map 연동 (0) | 2022.02.04 |
[Flutter] Error running pod install (0) | 2022.01.18 |
[Flutter] firebase 연동 : FlutterFire CLI (0) | 2022.01.17 |
[Flutter] Unable to find bundled Java version (0) | 2022.01.11 |
댓글