Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

40 lines (29 loc) · 1.1 KB

[v2.0.1] - 05-05-2022

*Fixed deafult country selection issue

[v2.0.0] - 10-07-2021

*Migrated to null safety

[v1.0.8] - 03-11-2020

*Added option to change search bar hint.

[v1.0.7] - 04-06-2020

*Fixed text alignment in search field

[v1.0.6] - 03-06-2020

*Added function to get country by country code.

[v1.0.5] - 03-06-2020

*Fixed Default country null issue.

[v1.0.4] - 01-06-2020

*Added Utility functions: getDefaultCountry which return user's current country using its SIM country code. *Fixes and improvements.

[v1.0.3] - 31-05-2020

*Added fix for sim card exception

[v1.0.2] - 29-05-2020

*Added Utility functions: 1. showCountryPickerDialog & 2. showCountryPickerSheet *Fixes and improvements.

[v1.0.1] - 29-05-2020

*Added an option to add decoration for Search Box *Other improvements.

[v1.0.0] - 29-05-2020

*Added utility method for getting list of countries. You can try by just calling Utils.getCountries(). *Added option to set styles and flag size. *Other improvements.

[v0.0.1] - 26-05-2020

*Contains a basic CountryPickerWidget with search option.