flutter_country_utility 3.0.0+1 copy "flutter_country_utility: ^3.0.0+1" to clipboard
flutter_country_utility: ^3.0.0+1 copied to clipboard

retracted

Flutter extension function on country, generated country class by using countries.

flutter_country #

Flutter extension function on country, generated country class by using countries.

Getting Started #

Install #

Add the following lines in your pubspec.yaml file

flutter_country:
  git:
    url: https://github.com/aaassseee/country.git
    path: flutter_country

API #

Short name by locale
String shortName = Countries.hkg.getIsoShortNameByLocale(const Locale('zh', 'HK'));

String getShortNameByLocale(Country country) {
  return country.getIsoShortNameByLocale(const Locale('zh', 'HK'));
}

Maintainer #

Jack Liu

3
likes
0
points
649
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter extension function on country, generated country class by using countries.

Homepage
Repository (GitHub)
View/report issues

Topics

#country #countries

License

unknown (license)

Dependencies

country, flutter

More

Packages that depend on flutter_country_utility