aurum_country_code_picker

Last updated:

0 purchases

aurum_country_code_picker Image
aurum_country_code_picker Images
Add to Cart

Description:

aurum country code picker

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

Supports searching for country code.
Returns the country name and country code together.
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);
copied to clipboard
That's it! Now you can access two paramters:
final String countryName = countryCode.country;
final String code = countryCode.code;
copied to clipboard
Additional information #
Please note that this package may see major or minor UI changes as our design system evolves and grows.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.