fix flutter run in dev/manual_tests (#25817)
This commit is contained in:
parent
28907c7950
commit
94aab29ec1
@ -4,4 +4,9 @@
|
|||||||
|
|
||||||
import 'package:flutter/widgets.dart';
|
import 'package:flutter/widgets.dart';
|
||||||
|
|
||||||
void main() => runApp(const Center(child: Text('flutter run -t xxx.dart')));
|
void main() => runApp(const Directionality(
|
||||||
|
textDirection: TextDirection.ltr,
|
||||||
|
child: Center(
|
||||||
|
child: Text('flutter run -t xxx.dart'),
|
||||||
|
),
|
||||||
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user