从国家代码中获取本地化的国家名称

Get localized country name from country code

是否有 Dart 包或本地方法从国家代码 (String "de") 获取本地化的国家名称 (String "Germany")?

在 Java 等其他语言中,我已经看到它是本地实现的。

您可以使用 dart 包 flutter_localized_countries。

https://pub.dev/packages/flutter_localized_countries