Wrong numbers direction in TextField widgets using RTL language

Widgets & Design

Hello pros! ๐Ÿค™

I have a problem related to RTL in TextField widgets.

My app language is HE (RTL based), but values such as dates (e.g. 16/05/2024) and prices (199.99) are also shown in the widget in RTL direction (date: 2024/05/16, price: 99.199) although they need to be LTR in my HE language.

Note that the problem occurs when I type a sign character ('.', '/' etc.)

Can someone help find a solution or a workaround for this problem?

What have you tried so far?

I tried using REGEX masks and filters but it didn't affect the typing direction.

Did you check FlutterFlow's Documentation for this topic?
Yes
4
2 replies