flutter_country_picker
flutter_country_picker copied to clipboard
Use global countryList and make it available globally
Makes countryList availble for package scope and any implementing apps for specific use-case usage.
@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.