flutter中获取日期的中文星期及月份的最简单方式是使用DateFormat,参考以下示例代码: import 'package:intl/intl.dart'; import &#
flutter中使用代码格式化日期的时候指定了locale为zh_CN结果报错:Uncaught LocaleDataException: Locale data has not been initi