Last updated:
0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.