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

UI issues in color select #101

Merged
merged 1 commit into from Mar 15, 2020
Merged

UI issues in color select #101

merged 1 commit into from Mar 15, 2020

Conversation

vladislavkovaliov
Copy link
Contributor

It looks like items of color are more than space.
So obviously approach is to wrap into SingleChildScrollView

It was
image

It now
image

MacOS Catalina 10.15.3
Flutter 1.15.22-pre.24
Simulator iPhone 8

@@ -25,7 +25,7 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.3
flutter_svg: 0.17.1
flutter_svg: ^0.17.3+1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Yahhi
Copy link
Collaborator

Yahhi commented Mar 15, 2020

Can you set padding for the whole list in a way that it will not crop circles with color, please? As for me, it seems strange to see blank white space and crop

@Yahhi
Copy link
Collaborator

Yahhi commented Mar 15, 2020

Or another option - use Wrap instead of Row. I think it can be good too

@vladislavkovaliov
Copy link
Contributor Author

Or another option - use Wrap instead of Row. I think it can be good too

done

image

@Yahhi Yahhi merged commit f4b30b1 into 4seer:development Mar 15, 2020
@Yahhi
Copy link
Collaborator

Yahhi commented Mar 15, 2020

Thank you, Vladislav!

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.

None yet

2 participants