dart_countries_states 0.0.3 dart_countries_states: ^0.0.3 copied to clipboard
A Dart project that contains all the countries information about them. Support multiple languages.
import 'package:dart_countries_states/src/countries.dart';
var countries = getCountries();
// When looking for an specific country
var country = getCountryByName(name: "United States");