python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Letter spacing in Arabic language
I am working on a Flutter mobile app. What I want to achieve is to separate characters in a TextFormField using the letterSpacing the property.
Letter spacing works correctly in English language. The ...
Waxren
Votes: 0
Answers: 1
Make Text widget shrink to longest line when text is wrapped to multiple lines
Is it possible to shrink a Text widget to the width of the longest line when the text is wrapped because it becomes too long to fit on a single line?
Basically I have this custom widget:
class MyWidge...
Magnus
Votes: 0
Answers: 3
I want to align the starting place of two texts
I have one "row" and two "text" widgets inside. I want to align the starting place of two texts. ie "m. name" and "m105" should line up.
Container(
...
ludjekeewis
Votes: 0
Answers: 3
Can we fetch the Nepali language in Flutter?
Can we fetch the Nepali language in Flutter?
In my case, I got something like this
पà¥à¤°à¤§à¤¾à¤¨à¤®à¤¨à¥à¤¤à¥à¤°à¥ शà¥à¤°à¤¬à¤¹à¤¾à¤¦à¥à¤° दà¥à¤à¤µà¤¾ धरान à¤à¤à¤à¤¦à¥
from the API.
It...
Raj Oeses
Votes: 0
Answers: 1