fuatogur
fuatogur

Reputation: 83

Flutter can't type UTF-8 values in TextFields

I cannot type UTF-8 values to TextFields in Flutter. Is there anyway to make inputs utf-8 compatible ?

Upvotes: 0

Views: 514

Answers (1)

fuatogur
fuatogur

Reputation: 83

I found the issue. i think the problem was emulator doesn't support utf-8. When i launched on my phone it works fine.

Upvotes: 1

Related Questions