dart_countries_states 0.1.0 copy "dart_countries_states: ^0.1.0" to clipboard
dart_countries_states: ^0.1.0 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';

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
110
pub points
40%
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