country_code_helper 0.0.1
country_code_helper: ^0.0.1 copied to clipboard
Flexible Country picker for getting Country code and Calling code.
CHANGES #
2.0.0 #
*Upgrade to dart 3.0.0
*Add sorting to countries
*Upgrade PhoneNumberTools
*Handle arabic words in search
*Upgrade Sim Card Plugin
1.1.2 #
*fix placeholder flag typo
1.1.1 #
*placeholder flag when send unfounded COuntry Code to getCountryByCountryCode
1.1.0 #
*getCountryByCountryCode now is not Future
*get country list now is not a Future
*Fix some design issues
1.0.9 #
*Fix an issue with first item on list
2.0.1 05-05-2022 #
1.0.8 03-11-2020 #
*Added option to change search bar hint.
1.0.7 04-06-2020 #
*Fixed text alignment in search field
1.0.6 03-06-2020 #
*Added function to get country by country code.
1.0.5 03-06-2020 #
*Fixed Default country null issue.
1.0.4 01-06-2020 #
*Added Utility functions: getDefaultCountry which return user's current country using its SIM country code. *Fixes and improvements.
1.0.3 31-05-2020 #
*Added fix for sim card exception
1.0.2 29-05-2020 #
*Added Utility functions: 1. showCountryPickerDialog & 2. showCountryPickerSheet *Fixes and improvements.
1.0.1 29-05-2020 #
*Added an option to add decoration for Search Box *Other improvements.
1.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.
0.0.1 26-05-2020 #
*Contains a basic CountryPickerWidget with search option.