country_state_selector 0.0.7 copy "country_state_selector: ^0.0.7" to clipboard
country_state_selector: ^0.0.7 copied to clipboard

A Flutter package for selecting country and state with a smooth dropdown and search functionality.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add country_state_selector

With Flutter:

 $ flutter pub add country_state_selector

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  country_state_selector: ^0.0.7

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:country_state_selector/country_state_selector.dart';
3
likes
0
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for selecting country and state with a smooth dropdown and search functionality.

Repository (GitLab)
View/report issues

Topics

#country-picker #state-selector #country-state-selector #country-state-flutter

License

unknown (license)

Dependencies

flutter, google_fonts

More

Packages that depend on country_state_selector