Home > Software engineering >  Flutter text ellipsis deleting last word
Flutter text ellipsis deleting last word

Time:07-04

I want to use TextOverflow.ellipsis but its deleting last for for make it ellipsis and its looks really ugly. How can i make it without deleting any word ?

enter image description here

For example when i make with fade and softwrap false its working as i wanted but i want to make it as ellipsis. But when i use ellipsis

enter image description here

Its being like that and its really looks ugly. How can i fix it ? Thanks for helps!

CodePudding user response:

This is a known issue of flutter. See this 4 year old discussion:

enter image description here

  • Related