How to Force LTR for PinCode Widget in an RTL App?

Widgets & Design

Hi, I’m building an RTL app, and most widgets are working fine. However, the PinCode widget also switched to RTL, but I want it to keep LTR for number input.

How can I override the directionality for this specific widget without affecting the rest of the app?

Thanks!

What have you tried so far?

I've tried custom widgets, looked for alternative widgets and for flutter directionality widget. nothing worked

Did you check FlutterFlow's Documentation for this topic?
Yes
3