currency_country_picker 1.0.1
currency_country_picker: ^1.0.1 copied to clipboard
A flutter package to select country with phone code and currency.
Currency Country Picker #
A Flutter package that provides an easy-to-use widget for selecting countries along with their respective currencies. This package simplifies the process of adding a country-currency selection functionality to your Flutter apps. It comes with a fully customizable, searchable list of countries and their respective currencies.
Features #
- Country Selection: Allows users to select a country from a list.
- Currency Display: Displays the currency associated with the selected country.
- Searchable List: Users can search through the country list by name.
- Customizable UI: The widget is highly customizable, allowing you to style it to fit your app's theme.
- Simple API: Easy-to-integrate API for picking a country and its currency.
- Supports Multiple Currencies: Displays major currencies, such as USD, EUR, GBP, and others.
- Lightweight: No heavy dependencies, making the package easy to integrate into your Flutter project.
Installation #
To use currency_country_picker in your Flutter project, follow the steps below.
1. Add dependency to pubspec.yaml file #
dependencies:
currency_country_picker: ^1.0.0