i18n An i18n demo project. Getting Started 该项目主要展示了实现应用国际化的两种解决方案: 使用intl库。 使用自定义实现。 对应入口: main.dart: 使用intl库。 main_custom.dart: 使用自定义实现。 官方文档