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
120 stars 166 forks source link

feat: export CustomFlagBuilder #128

Closed yuzurihaaa closed 9 months ago

yuzurihaaa commented 10 months ago

Hi. Thanks for the awesome package!

WHY

  1. I need to hide the flag, and I realised that there is CustomFlagBuilder type and it's seems to be available in CountryListView but not exported to be used.

WHAT

  1. Export specifically CountryListView from src/country_list_view.dart.
  2. Add CustomFlagBuilder as argument.
  3. Sample output with customFlagBuilder: (_) => const SizedBox.shrink(), Screenshot 2023-11-01 at 5 26 18 AM
Daniel-Ioannou commented 9 months ago

@yuzurihaaa Thank you for your contribution. Released in v2.0.23.