We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28907c7 commit 94aab29Copy full SHA for 94aab29
dev/manual_tests/lib/main.dart
@@ -4,4 +4,9 @@
4
5
import 'package:flutter/widgets.dart';
6
7
-void main() => runApp(const Center(child: Text('flutter run -t xxx.dart')));
+void main() => runApp(const Directionality(
8
+ textDirection: TextDirection.ltr,
9
+ child: Center(
10
+ child: Text('flutter run -t xxx.dart'),
11
+ ),
12
+));
0 commit comments