Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A RenderFlex overflowed by 144 pixels on the bottom. #1

Open
choudharyjji opened this issue Feb 18, 2020 · 4 comments
Open

A RenderFlex overflowed by 144 pixels on the bottom. #1

choudharyjji opened this issue Feb 18, 2020 · 4 comments

Comments

@choudharyjji
Copy link

how to solve this error ? Please help

@flaviorodolfo
Copy link

same here.

@MuratAlagoz84
Copy link

yes same error

@iqfareez
Copy link

iqfareez commented Jul 23, 2020

I somehow solve this error and renderflex no longer showing.

In onboarding_screen.dart, somewhere in line 73~74, you'll see
Container( child: PageView( physics: ClampingScrollPhysics(), controller: _pageController, onPageChanged: (int page) { setState(() { _currentPage = page; }); } ,
Just wrap container (use refactor for best result i guess) widget with Expanded widget, it will look like:

image

Full code: https://gist.github.com/fareezMaple/ca846f6f1d5c7c22d3f4bb156db88840

@vishal-s-k
Copy link

I had the same problem and fixed it by wrapping TextField with new Expanded().
Solved Code in the File Below.

OnBoardingScreen.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants