RLT Support (Right to Left Languages like Hebrew, Arabic)
Hi, do you have any support for RLT languages?
Thank you very much!
Flutter supports the configuration of international languages: https://flutter.dev/docs/development/accessibility-and-localization/internationalization
I don't konw much about Right to Left Languages😂, could you provide some samples?
Hi, you can use TextConfig to set textDirection or use flutter_localizations
flutter_localizations:
sdk: flutter
that will support RTL languages
I don't konw much about Right to Left Languages😂, could you provide some samples?
take a look at this repo
I added some images to explain the issue.
Hi, I'll take a look for this repo on Sunday
and I've provided TextConfig to support RTL in v1.2.0

you can have a try for it
and I've provided
TextConfigto support RTL in v1.2.0
using textDirection and textAlign is not enough to solve the problem.
I'm working on a PR, and I successfully fix some issues, but this gonna take some time since this is my very first PR ever.
This issue is too old, if necessary, please create an new issue