flutter_in_action_2nd icon indicating copy to clipboard operation
flutter_in_action_2nd copied to clipboard

2.2.4.1 在新版本的flutter中,運行有錯誤

Open neketsushonen opened this issue 2 years ago • 0 comments

您好:我試著貼上原碼和運行它: @override Widget build(BuildContext context) { return Center( child: Container( color: backgroundColor, child: Text(text), ), ); }

但在運行時,卻產生了如下的錯誤: image

可以在Text上加入以下的參數,即可運行成功: Text(text, textDirection: TextDirection.ltr)

不成主意,僅供參考

neketsushonen avatar May 24 '23 20:05 neketsushonen