Show the selected country #123
Unanswered
fisforfaheem
asked this question in
Q&A
Replies: 1 comment
-
@fisforfaheem The package has no option to display the selected country. Country? selectedCountry;
showCountryPicker(
context: context,
onSelect: (Country country) {
setState(() => selectedCountry = country);
},
favorite: [
if(selectedCountry != null) ... [selectedCountry!.countryCode]
],
); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
help wit hthat
Beta Was this translation helpful? Give feedback.
All reactions