> For the complete documentation index, see [llms.txt](https://asamarsal.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://asamarsal.gitbook.io/notes/personal-documentation/mobile/flutter/mengatasi-bottom-overflow.md).

# Mengatasi Bottom Overflow

1. <mark style="color:blue;">Saat Keyboard aktif</mark>

Letakkan code di bawah ini pada scaffold

```
resizeToAvoidBottomInset: true,
```
