-
Notifications
You must be signed in to change notification settings - Fork 97
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
RenderFlex overflowed by 232 pixels on the bottom. #68
Comments
Thanks, I appreciate it. I'll have to investigate that error. |
I think this package is supposed to aid overflows when the keyboard is raised? |
Unfortunately that package is not cross platform, so it's not going to help. I also made some bad experience with that package. |
@remoteportal Are you sure it's a problem with this library?
suggests that the problem is the body of a Scaffold. Though this library does not use a Scaffold. |
I know it happens with my app, but I may indeed be the source of the problem. I figured since it happened when your code raised the keyboard that it was because of something in your code. I guess we'll both have to research it more! |
Hi can you assign me this issue I would like to give this a try |
Sure, thanks. I appreciate it! There's a chance that it isn't a problem anymore. So if you can't reproduce it, please let me know, so I can close this issue. |
Hi i wasnt able to reproduce this error |
Nice, thanks for your effort. |
Describe the bug
Capture from onError A RenderFlex overflowed by 232 pixels on the bottom. Android phone.
Version of the library
^1.2.1
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No errors should be reported
Screenshots
Nothing is wrong with the screen rendering--I don't see any evidence of overflowing--all okay. Not sure why Flutter is complaining.
**Logs **
Run
flutter analyze
and attach any output of that command below.Additional context
THANK you for such as AMAZING package!!! I didn't even know it was technically possible.
The text was updated successfully, but these errors were encountered: