Published
- 1 min read
fix overflow flutter
The solution for this is noted below
fix overflow flutter
Solution
there's two solution for this problem :
1- you need to just add this line to your Scaffold
resizeToAvoidBottomInset: false,
2- or wrap all your widgets with SingleChildScrollView()
Try other methods by searching on the site. That is if this doesn’t work