4

I use custom font Inter for my Flutter Web project. And in all Text widgets with ellipsis I got unknown symbol at the end of text. When font changed to Roboto problem disappears. What the symbol inserts into the text by flatter engine? I cant event select text and debug, because of text renders on canvas. PS: SelectableText cant be ellipsis:)

enter image description here

3
  • Did you managed to solve this issue? Commented Jul 29, 2021 at 12:19
  • 1
    @IosifPop yes, by using default framework's font... Commented Nov 5, 2021 at 5:57
  • 2
    Thank you! Since I commented here I found the github issue if you want to subscribe to it. Commented Nov 5, 2021 at 10:27

1 Answer 1

0

Instead of canvas use html renderer, solved the problem for me. Use

flutter run -d chrome --web-renderer html

for building.

Instead of this option you could also change you font. GoogleFonts should work fine.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.