classic_country_picker 1.0.9
classic_country_picker: ^1.0.9 copied to clipboard
A highly customizable, classic country picker for Flutter. Pick countries with emoji flags, dial codes, and search support. Works on Android, iOS, Web, macOS, Windows, and Linux.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add classic_country_pickerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
classic_country_picker: ^1.0.9Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:classic_country_picker/classic_country_picker.dart';