diff --git a/CHANGELOG.md b/CHANGELOG.md index d40ff47..49103f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ ## [1.0.2] - 18 Aug 2020 -* Add exclude countries option. +* Add exclude countries option. +Can be used to exclude(remove) one ore more country from the countries list +```Dart +showCountryPicker( + context: context, + exclude: ['KN', 'MF'], //It takes a list of country code(iso2). + onSelect: (Country country) => print('Select country: ${country.displayName}'), +); +``` ## [1.0.1] - 12 Aug 2020