Search code examples
androidiosflutterlocalenslocale

Flutter:Equivalent to NSLocale (iOS) & Locale (Android)


I am trying to get ISOCountryCodes(list) from the phone system. I use NSLocale.isoCountryCodes in iOS native and Locale.getISOCountries() in the case of Android native. I am trying to do a new app in Flutter , was looking for the API for ISOCountries, couldnt find any in documentation.

Does Flutter has a similar API?


Solution

  • I finally ended up in using flutter_country_picker 0.1.1, I used a part of it where you have all the country meta data. Its still predefined data, anyways that was the quickest option.

    Here is the source code Country Search Flutter