fernan542 / fl_country_code_picker

A Flutter package for showing a modal that contains country dial code. The user can also search for the available codes and select right from the modal.
MIT License
19 stars 34 forks source link

Unable to customize country picker dialog #13

Closed sharath-b-naik closed 1 year ago

sharath-b-naik commented 1 year ago

Hello, There is no option to custimise picker as mentioned in readme file.

Thank you.

fernan542 commented 1 year ago

Hello!👋 You can only customize the Search bar's decoration, modal's Title, and some visibility behavior for icons at the moment. Check out some of them here: https://github.com/fernan542/fl_country_code_picker#flcountrycodepicker

Are you expecting something? Can you elaborate it so we can discuss it here. Thanks!

I'm closing this issue for now, feel free to reopen.

ghost commented 1 year ago

@fernan542 a/t my requirement the country code should be displayed after the country text with one character space between them. Currently, it is displayed at the end of the Row and there is no option to customize the picker as mentioned in the readme file.

Need customization of the list item row!!!

Thank you.