0 purchases
countries label
Widget #
CountryPicker(
initialCodeCountry: 'BR',
labelType: LabelType.onlyFlag,
onSelectedCountry: (country) {
print(country.name);
},
flagSize: const Size(60, 45),
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.