shrimp_country_code 0.0.6+1 copy "shrimp_country_code: ^0.0.6+1" to clipboard
shrimp_country_code: ^0.0.6+1 copied to clipboard

A flutter package for showing a country code selector with search box

Shrimp Country Code #

A flutter package for showing a country code selector.

Usage #

To use this plugin, add shrimp_country_code as a dependency in your pubspec.yaml.

Just put the component in your application setting the onChanged callback.

ShrimpCountryCode(
    modalTitle: 'Countries',
    initialCountry: 'LY',
    showFlags: false,
    searchFieldHint: 'Search by country name',
    onChanged: (CountryInfo country) {
    if (kDebugMode) {
        print(country.toJson());
        }
    },
)

Customization #

Name Type Description
onChange ValueChanged callback invoked when the selection changes
modalTitle String Modal title
inputDecoration InputDecoration Search text box decoration

Support the Library #

You can support the library by staring it on Github && liking it on pub or report any bugs you encounter. also, if you have a suggestion or think something can be implemented in a better way, open an issue and let's talk about it.

License #

MIT

2
likes
110
pub points
1%
popularity

Publisher

unverified uploader

A flutter package for showing a country code selector with search box

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on shrimp_country_code