Flutter Right-to-Left rtl wrapped multiline text hide first letter

571 views
Skip to first unread message

Every1day Store

unread,
May 16, 2018, 8:43:42 AM5/16/18
to Flutter Dev

Nothing is working to get multiline text to be wrapped with Right aligment

even without using SingleChildScrollView

@override Widget build(BuildContext context) {

var tt = "ومن رأى: أن إبرته التي يخيط بها انكسرت أو انتزعت منه، فإن شأنه يتفرق ويفسد أمره، وتدل الإبرة أيضاً على المرأة لإدخال الخيط فيها، وكذلك المسلة، فمن رأى أن بيده مسلة وكانت إمرأته حبلى ولدت له إبنة، وإن لم يكن هناك حمل دل ذلك على سفره.";

return new Scaffold(
  appBar: new AppBar(
    title: new Text(gettitle()) ,
  ),

    body:
    new Directionality(textDirection: TextDirection.rtl, child:
    new Padding(
    padding: const EdgeInsets.all(16.0),
    child:
      new SingleChildScrollView(
          child:
            new Text(
              tt,
              textAlign: TextAlign.right,
              textDirection: TextDirection.rtl,
            )
        ,)
    ),
    )

);    }
Doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v0.3.2, on Mac OS X 10.13.4 17E202, locale en-JO)
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.2)
[✓] iOS toolchain - develop for iOS devices (Xcode 9.3)
[✓] Android Studio (version 3.0)
[✓] Connected devices (1 available)

• No issues found!
Process finished with exit code 0

Eric Seidel

unread,
May 16, 2018, 11:39:59 AM5/16/18
to Every1day Store, Flutter Dev
Would you be willing to file an issue?  https://github.com/flutter/flutter/issues/new . We would be very interested to learn more!

--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Nazar Kamal

unread,
Nov 5, 2019, 1:25:40 AM11/5/19
to Flutter Development (flutter-dev)
it works perfect .try master channel 

test.png

Nazar Kamal

unread,
Nov 5, 2019, 1:30:25 AM11/5/19
to Flutter Development (flutter-dev)
,textDirection: TextDirection.rtl

بتاريخ الثلاثاء، 5 نوفمبر، 2019 9:25:40 ص UTC+3، كتب Nazar Kamal:
body: Center(child: Text('ومن رأى: أن إبرته التي يخيط بها انكسرت أو انتزعت منه، فإن شأنه يتفرق ويفسد أمره، وتدل الإبرة أيضاً على المرأة لإدخال الخيط فيها، وكذلك المسلة، فمن رأى أن بيده مسلة وكانت إمرأته حبلى ولدت له إبنة، وإن لم يكن هناك حمل دل ذلك على سفره.',textDirection: TextDirection.rtl)),

Mohammed Elassaad

unread,
Apr 18, 2020, 12:35:36 PM4/18/20
to Flutter Development (flutter-dev)
Hi Nizar,
    Can you please send me ur email as i need to check something in private with you related to Arabic TRL.. my email is mela...@gmail.com
regards, Mohamme
Reply all
Reply to author
Forward
0 new messages