flutter_country_picker icon indicating copy to clipboard operation
flutter_country_picker copied to clipboard

Use global countryList and make it available globally

Open cybex-dev opened this issue 3 years ago • 1 comments

Makes countryList availble for package scope and any implementing apps for specific use-case usage.

cybex-dev avatar Mar 30 '22 19:03 cybex-dev

@cybex-dev At v2.0.15 was implemented CountryService that contains various functions to a country or list of countries. If you want to get all countries use CountryService().getAll(). For more info please check the documentation.

Daniel-Ioannou avatar May 11 '22 18:05 Daniel-Ioannou