flutter_country_widget

Last updated:

0 purchases

flutter_country_widget Image
flutter_country_widget Images
Add to Cart

Description:

flutter country widget

flutter_country_widget #
Flutter pre-defined widget by using country, generated
country class by using countries.
Getting Started #
Install #
Add the following lines in your pubspec.yaml file
dependencies:
flutter_country_widget: ^latest_version
copied to clipboard

API #

CountryDropdownButton

CountryDropdownButton.predefined(
type: CountryDropDownButtonType.name,
onChanged: (value) {},
hint: const Text('Please select a country'),
),

CountryDropdownButton.predefined(
type: CountryDropDownButtonType.callingCode,
onChanged: (value) {},
hint: const Text('Phone code'),
),

CountryDropdownButton.predefined(
type: CountryDropDownButtonType.currency,
onChanged: (value) {},
hint: const Text('Currency'),
),
copied to clipboard
Maintainer #
Jack Liu

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.