I have a calendar and I add an appointment to it.
The appointment is using a Text widget which contains a long text. I set overflow: TextOverflow.ellipsis but the text renders with 2 rectangle characters at the end instead of an ellipsis ... Maybe you are using a character set that does not contain the ellipsis character? Can you fix this or is there a workaround?
Thanks for the reply. I forgot to mention that the issue that I am seeing is on Flutter Web. The ellipsis shows correctly on mobile but not on web.
I've attached an archive with a screenshot. Please reproduce this with Flutter Web.
Ps: I am not allowed to add .png files to this message. That is why I zipped it.
Hi. You are right. It's not an issue with your package. The problem is with the font that I am using. The font does not have ellipsis so that is why the UI contains those rectangles.