Chun Hau Lai

Results 2 issues of Chun Hau Lai

您好:我試著貼上原碼和運行它: `@override Widget build(BuildContext context) { return Center( child: Container( color: backgroundColor, child: Text(text), ), ); }` 但在運行時,卻產生了如下的錯誤: ![image](https://github.com/flutterchina/flutter_in_action_2nd/assets/6796975/c646cf9b-b913-490a-a828-f423e24454c6) 可以在Text上加入以下的參數,即可運行成功: `Text(text, textDirection: TextDirection.ltr)` 不成主意,僅供參考

Hi, I am using your package, it's cool your code. But, I can not see yearly.js implemented. Please your help.

duplicate
enhancement