chandrabezzo / CountryCodePicker

A flutter package for showing a country code selector.
MIT License
19 stars 70 forks source link

Add new properties #10

Closed othnielussher closed 1 year ago

othnielussher commented 1 year ago

Changes made:

  1. Added two new fields (dialogTitle and separator)
  2. Converted closeIcon to Widget so that it may be customizable
  3. Updated results tiles in the dialog to show dial code on the far right-hand side
  4. Updated the customization section of the readme to incorporate these changes. Also sorted the properties alphabetically to make it easier to find a particular item
  5. Updated the example folder to demonstrate the new properties.