dart_countries_states 0.1.1 copy "dart_countries_states: ^0.1.1" to clipboard
dart_countries_states: ^0.1.1 copied to clipboard

A Dart project that contains all the countries information about them. Support multiple languages.

example/lib/example.dart

import 'package:dart_countries_states/country_provider.dart';
import 'package:dart_countries_states/street_provider.dart';

main() {
  final countryProvider = CountryProvider();
  var countries = countryProvider.getCountries();

  // When looking for an specific country
  var country = countryProvider.getCountryByName("United States of America");

  var streets = StreetProvider().getStreetsByName("ca");
}
13
likes
90
pub points
47%
popularity

Publisher

unverified uploader

A Dart project that contains all the countries information about them. Support multiple languages.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

built_collection, built_value, http, logger

More

Packages that depend on dart_countries_states