markdown_widget icon indicating copy to clipboard operation
markdown_widget copied to clipboard

RLT Support (Right to Left Languages like Hebrew, Arabic)

Open barak-innov opened this issue 5 years ago • 4 comments

Hi, do you have any support for RLT languages?

Thank you very much!

barak-innov avatar Apr 23 '20 22:04 barak-innov

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?

asjqkkkk avatar Apr 24 '20 00:04 asjqkkkk

Hi, you can use TextConfig to set textDirection or use flutter_localizations

  flutter_localizations:
    sdk: flutter

that will support RTL languages

asjqkkkk avatar May 27 '20 07:05 asjqkkkk

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

image

you can have a try for it

asjqkkkk avatar Jul 14 '20 02:07 asjqkkkk

and I've provided TextConfig to 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.

AdnanAlshami avatar Jul 14 '20 08:07 AdnanAlshami

This issue is too old, if necessary, please create an new issue

asjqkkkk avatar Dec 13 '23 04:12 asjqkkkk