Flutter - how to support all languages in an app, eg include all of kMaterialSupportedLanguages in supportedLocales?

148 Views Asked by At

Instead of specifying locales one by one in the MaterialApp supportedLocales entry, https://docs.flutter.dev/accessibility-and-localization/internationalization#specifying-supportedlocales could we support every possible locale from https://api.flutter.dev/flutter/flutter_localizations/kMaterialSupportedLanguages.html? Would it be a simple map from kMaterialSupportedLanguages to supportedlocales format?

0

There are 0 best solutions below