countrify 2.5.0
countrify: ^2.5.0 copied to clipboard
A beautiful, customizable country picker for Flutter with 250 countries, 5,300+ states, 150,000+ cities, 5 display modes, theming, and 132 translations.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add countrifyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
countrify: ^2.5.0Alternatively, 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:countrify/countrify.dart';