country_meta 0.0.1 copy "country_meta: ^0.0.1" to clipboard
country_meta: ^0.0.1 copied to clipboard

A Dart-only package that provides structured metadata for all countries, including ISO codes, phone codes, currencies, localized names, and flag image URLs.

Changelog #

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

0.0.1 Initial Release #

Added #

  • Full CountryMeta model with ISO Alpha-2, Alpha-3, Numeric, currency, phone, and locales.
  • Localized country names for English, Russian, and Arabic.
  • Static utility CountryNameLocalizer and extension on CountryMeta.
  • Country lookup repository with index access by iso/locale.
  • Flag URL generation with support for SVG, JPEG, WebP via Flagpedia CDN.
  • FlagImageFormat, FlagWidth, and FlagHeight enums.
  • Extensions on CountryMeta for flag and name access.
  • Unit tests for all major components.
  • Example usage in example/main.dart.
  • README.md, LICENSE, and pubspec.yaml metadata.
8
likes
160
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart-only package that provides structured metadata for all countries, including ISO codes, phone codes, currencies, localized names, and flag image URLs.

Homepage
Repository (GitHub)
View/report issues

Topics

#iso-codes #localization #flags #country #phone-codes

Documentation

API reference

License

MIT (license)

More

Packages that depend on country_meta