Daniel-Ioannou / flutter_country_picker

A flutter package to select a country from a list of countries.
https://pub.dev/packages/country_picker
MIT License
126 stars 174 forks source link

Add list header widget #164

Open gabrielkipper1 opened 3 months ago

gabrielkipper1 commented 3 months ago

it adds the option to include a custom list header inside the modal. I had a few projects that I needed this feature and it's very simple, so I think it might be a good addition to the repo.

I moved up the padding widget so it is easier to control spacing between the modal, the header and the list. I will attach two screenshots of the result: one with header and other without it.