flutter-quill icon indicating copy to clipboard operation
flutter-quill copied to clipboard

Bug in the text direction

Open NourEldin-Ali opened this issue 1 year ago • 4 comments

Is there an existing issue for this?

Flutter Quill version

flutter_quill: ^10.5.3

Steps to reproduce

I use fullter quill in windows app, however when i you QuillEditor with locate 'ar' the direction of the text is not changed

Expected results

change text direction to RTL

Actual results

image

Code sample

Code sample

QuillEditor.basic( controller: _controllerList[indexTab], configurations: richText.QuillEditorConfigurations( sharedConfigurations: richText.QuillSharedConfigurations( locale: Locale('ar'), ), ),

Additional Context

Screenshots / Video demonstration

image

NourEldin-Ali avatar Sep 17 '24 19:09 NourEldin-Ali

Please, update to the last version of the package. If the issue persist, then report it.

CatHood0 avatar Sep 17 '24 19:09 CatHood0

Thank you for your response, i was update the version of the flutter to 'flutter_quill: ^10.6.2', but the bug still the same:

Note that the QuillToolbar is changed to arabic, but the QuillEditor it does not work (rtl).

Tested on Windows 10.

screen shoot: image

My code: quill.QuillEditor.basic( controller: _controllerList[indexTab], configurations: quill.QuillEditorConfigurations( sharedConfigurations: quill.QuillSharedConfigurations( locale: Locale('ar'), ), ), ),

In the preview version :flutter_quill: ^8.6.1 it was work well.

Thank you again

NourEldin-Ali avatar Sep 18 '24 06:09 NourEldin-Ali

Thanks for the report. I'll take a look what could be happening in.

CatHood0 avatar Sep 18 '24 13:09 CatHood0

Any updates on this bug?

bassamdevmob avatar May 27 '25 18:05 bassamdevmob