country_picker_plus 1.0.0+5 copy "country_picker_plus: ^1.0.0+5" to clipboard
country_picker_plus: ^1.0.0+5 copied to clipboard

A flutter package to display list of Countries, States and Cities depends on Selected, also you can search country, state, and city all around the world.

Country Picker Plus #

A flutter package to display list of Countries, States and Cities depends on Selected, also you can search country, state, and city all around the world.

Sample 1 Sample 2 Sample 3
image image image

Flutter Initialization #

  • Installation
    flutter pub add country_picker_plus
    
  • Declaration
    At the top of Your dart file
    import 'package:country_picker_plus/country_picker_plus.dart';
    
  • initialize code
    CountryPickerPlus(
          showStates: true,
          showCities: false,
          flagState: CountryFlag.SHOW_IN_DROP_DOWN_ONLY,
          dropdownDecoration: dropdownDecoration,
          disabledDropdownDecoration: disabledDropdownDecoration,
          countryDropdownLabel: "Country",
          stateDropdownLabel: "State",
          cityDropdownLabel: "City",
          selectedItemStyle: selectedItemStyle,
          bottomSheetStyle: bottomSheetStyle,
          searchFiedlDecoration: searchFiedlDecoration,
          listItemStyle: listItemStyle,
          dropdownDialogRadius: 10.0,
          searchBarRadius: 10.0,
          onCountryChanged: _onCountryChangeHandler,
          onStateChanged: _onStateChangeHandler,
          onCityChanged: _onCityChangeHandler,
        );
    

Maintainer Inforamtion #

Ali Hosseini : - s.alisinahussaini313@gmail.com
More Info About Maintainer
7
likes
160
pub points
80%
popularity

Publisher

unverified uploader

A flutter package to display list of Countries, States and Cities depends on Selected, also you can search country, state, and city all around the world.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on country_picker_plus