Right overflow by x pixel at checkout screen
ozdeozgu opened this issue · 3 comments
ozdeozgu commented
abuanwar072 commented
On Text() set maxLines: 1
…On Mon, 10 May, 2021 at 1:40 PM, ozdeozgu ***@***.***> wrote:
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!
[image: RightOverflow]
<https://user-images.githubusercontent.com/82803115/117623037-f84fb880-b17b-11eb-9819-a6dc3d80642f.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#39>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKF3K3GZALFZO4CWHI24KE3TM6EXPANCNFSM44QP6PCQ>
.
ozdeozgu commented
Dear brother,I changed from 2 to 1 but it is still same with overflow...
11 Mayıs 2021 Salı 08:21:23 GMT+3 tarihinde, Abu Anwar ***@***.***>şunu yazdı:
On Text() set maxLines: 1
On Mon, 10 May, 2021 at 1:40 PM, ozdeozgu ***@***.***> wrote:
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!
[image: RightOverflow]
<https://user-images.githubusercontent.com/82803115/117623037-f84fb880-b17b-11eb-9819-a6dc3d80642f.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#39>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKF3K3GZALFZO4CWHI24KE3TM6EXPANCNFSM44QP6PCQ>
.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
bahraindesigners commented
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()