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

fix renderflow issue on ios #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DK15
Copy link

@DK15 DK15 commented Mar 4, 2019

Great repo !!

I observed a renderflow exception on iOS simulator (iphone 8 - 11.4) as below:

screen shot 2019-03-04 at 4 19 16 pm

I fixed it by wrapping the Column widget that contains ValidatonItems around FittedBox that scales and positions its child according to the fit. Updated screenshot below:

screen shot 2019-03-04 at 4 30 10 pm

@DK15
Copy link
Author

DK15 commented Mar 4, 2019

Realized that my original fix clears out the separator. Pushed an update to only wrap the concerned text with FittedBox.

screen shot 2019-03-04 at 11 10 10 pm

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

Successfully merging this pull request may close these issues.

1 participant