The official country code picker from Tellurium by Quadren. Designed with our in-house Aurum design system.

Features

  1. Supports searching for country code.
  2. Returns the country name and country code together.
  3. Highly opinionated design with Quadren’s Aurum design system.

Usage

All you need to do is call the country code picker function.

final countryCode = await pickCountryCode(context);

That’s it! Now you can access two paramters:

final String countryName = countryCode.country;
final String code = countryCode.code;

Additional information

Please note that this package may see major or minor UI changes as our design system evolves and grows.

GitHub

View Github