easy_country_picker 0.0.2
easy_country_picker: ^0.0.2 copied to clipboard
A simple flutter package to select country with a textfield which provide country code, country name, currency, phone code and continent.
0.0.1 #
The initial release of the easy_country_picker Flutter package provides a simple and customizable country picker widget for Flutter applications. This widget allows users to easily select a country from a list of options, with support for filtering countries as the user types.
Key features of the initial release include:
Autocomplete functionality for easy country selection Customizable appearance and behavior to suit different app designs Integration with countryList for efficient country data management
The data includes the followings Country Code Country Name Continent Phone Prefix Code Currency
After selecting a country developer can get any data from the "Country Object"
0.0.2 #
added documentations in README.md.
Added method for selecting a country in the CountryPicker
class.