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

Right overflow by x pixel at checkout screen #39

Open
ozdeozgu opened this issue May 10, 2021 · 3 comments
Open

Right overflow by x pixel at checkout screen #39

ozdeozgu opened this issue May 10, 2021 · 3 comments

Comments

@ozdeozgu
Copy link

Hello,
I installed the app to my Redmi Go phone (Android 8.1.0). I have got right overflow error at checkout screen. Screenshot is attached.
Thank you for this great app,
Best regards,
Ozgur!

RightOverflow

@abuanwar072
Copy link
Owner

abuanwar072 commented May 11, 2021 via email

@ozdeozgu
Copy link
Author

ozdeozgu commented May 11, 2021 via email

@bahraindesigners
Copy link

Hi, you need to add overflow to text(),
Exm:
Text(
"Text Here",
overflow: TextOverflow.ellipsis,
),

Or, to show the full text in two lines make the text() childe of Flexible() and remove the maxLines from Text()

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

3 participants