No Directionality widget found.错误记录。

import 'package:flutter/material.dart';
void main() => runApp(new Center(child: new Text('Hello, world!',textDirection: TextDirection.ltr)));
import 'package:flutter/material.dart';
void main() => runApp(new Center(child: new Text('Hello, world!')));

猜你喜欢

转载自www.cnblogs.com/xiongwei/p/10769537.html