rest_countries_data 1.0.0 copy "rest_countries_data: ^1.0.0" to clipboard
rest_countries_data: ^1.0.0 copied to clipboard

A Dart package that acts as a wrapper for the REST Countries API, providing easy access to countries data.

Changelog #

All notable changes to this project will be documented in this file.

1.0.0 - 2025-07-16 #

  • 🎉 Initial release of rest_countries_data Dart package.
  • Provides a wrapper around the restcountries.com API.
  • Features include:
    • getAllCountries with field filtering (max 10)
    • getCountryByCode, getCountriesByCodes
    • getCountriesByCurrency, getCountriesByLanguage
    • getCountriesByCapital, getCountriesByRegion, getCountriesBySubRegion
    • getCountryByName, getCountryByFullName
    • getCountriesByTranslation
    • getCountriesByDemonym
    • getCountriesByIndependentStatus
  • Includes example usage in /example folder.
29
likes
0
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package that acts as a wrapper for the REST Countries API, providing easy access to countries data.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http

More

Packages that depend on rest_countries_data