world_code_picker 4.0.0
world_code_picker: ^4.0.0 copied to clipboard
Beautiful & lightweight Flutter package to pick country codes with emoji flags, search, and smooth UI — perfect for phone authentication.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add world_code_picker
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
world_code_picker: ^4.0.0
Alternatively, 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:world_code_picker/country_code_picker.dart';