custom_country_picker 1.0.2 copy "custom_country_picker: ^1.0.2" to clipboard
custom_country_picker: ^1.0.2 copied to clipboard

A Flutter package that provides an easy-to-use, highly customizable widget for selecting countries.

[1.0.2] #

Add new feature to enable or disable picker (By default picker is enbale) :

    usePicker: false

[1.0.1+1] #

Fix countries flags displaying. If you need to customize country flag on your input, you can use in your builder like :

    SvgPicture.asset(
        country.flag,
        width: MediaQuery.of(context).size.width * 0.08,
        package: 'custom_country_picker'
    )

[1.0.1] #

Only update documentations.

[1.0.0] #

Custom Country Picker is a Flutter package that provides an easy-to-use, highly customizable widget for selecting countries. This package is perfect for applications that require users to choose their country for purposes such as setting a location, configuring a phone number, or any other country-specific selection.

Features
  • Highly Customizable: Tailor the look and feel to match your app's design. Adjust colors, fonts, borders, and more.
  • Show/Hide Elements: Choose to display or hide country flags, names, and dial codes.
  • Search Functionality: Quickly find countries with a built-in search feature.
  • Localization Support: Easily localize country names and other text to support multiple languages.
  • Easy Integration: Simple to integrate and use with any Flutter application.
  • Lightweight: Minimal impact on app size and performance.
8
likes
160
pub points
28%
popularity

Publisher

unverified uploader

A Flutter package that provides an easy-to-use, highly customizable widget for selecting countries.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on custom_country_picker