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

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

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.

0
likes
60
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

AGPL-3.0 (license)

Dependencies

flutter, font_awesome_flutter, responsive_builder, sprung

More

Packages that depend on aurum_country_code_picker