i am using TextFormField
Asked
Active
Viewed 43 times
0
-
1Please read [Why should I not upload images of code/data/errors?](https://meta.stackoverflow.com/q/285551/354577). Instead, format code as a [code block]. The easiest way to do this is to paste the code as text directly into your question, then select it and click the code block button. – ChrisGPT was on strike Aug 20 '23 at 16:29
1 Answers
0
You used resizetoavoidbottominset property to true. That's why you're not able to scroll. Hide or remove this line and test again.
Ashikul Islam Sawan
- 728
- 4
- 12
-
-
You're using customScrollView. Have any problems using SingleChildScrollView? Can you make a test by wrapping with it or replace. – Ashikul Islam Sawan Aug 20 '23 at 03:32
-
-
Share your code if possible and also an image of what you want to achieve. I can try to figure out a solution – Ashikul Islam Sawan Aug 20 '23 at 03:41
-
-
It's scrolling fine. I've tested your login view. But, your SS code and github code are not same. – Ashikul Islam Sawan Aug 20 '23 at 05:26
-
-
Hey bro, I tested your code again. Just remove or hide this line resizeToAvoidBottomInset: false, It's working fine and perfect. Don't forget to upvote on the answer if it'll work fine – Ashikul Islam Sawan Aug 20 '23 at 08:27
-
-
-
but strangely when i run it again with the keyboard on, this new page can be scrolled, but if the keyboard is not active and i run again then the page can't be scrolled – Khafah SI Aug 20 '23 at 09:51
-
If you think it is ok but still not working try flutter clean and flutter pub get. See here how I solve it and how it works for me. https://fastupload.io/hipJoL6lG87Rmif/file – Ashikul Islam Sawan Aug 20 '23 at 10:56
-
I've done a cache clean and removed resizeToAvoidBottomInset: false but that hasn't worked either – Khafah SI Aug 20 '23 at 12:21
-
-
Come here, let's have a try https://meet.google.com/ogi-taum-xem – Ashikul Islam Sawan Aug 20 '23 at 12:27