flutter_country_code 1.2.2
flutter_country_code: ^1.2.2 copied to clipboard
Flexible Country picker for getting Country code and Calling code.
logs #
1.2.2 #
*update dependancies + export placeholder
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 #
*Fixed deafult country selection issue
2.0.0 10-07-2021 #
*Migrated to null safety
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.