countrify 1.0.3
countrify: ^1.0.3 copied to clipboard
A beautiful, customizable country picker for Flutter. 245+ countries, 5 display modes, rich theming, flag images, phone codes, 40+ utilities. Zero dependencies.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add countrifyWith Flutter:
$ flutter pub add countrifyThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
countrify: ^1.0.3Alternatively, 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:countrify/countrify.dart';