local_country_picker 1.1.0 copy "local_country_picker: ^1.1.0" to clipboard
local_country_picker: ^1.1.0 copied to clipboard

A self-contained Flutter country picker. 205 countries, bundled flag PNGs (round + rect), EN/NL translations, theme-aware styling. No network calls.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add local_country_picker

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

dependencies:
  local_country_picker: ^1.1.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:local_country_picker/local_country_picker.dart';
1
likes
160
points
15
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A self-contained Flutter country picker. 205 countries, bundled flag PNGs (round + rect), EN/NL translations, theme-aware styling. No network calls.

Repository (GitHub)
View/report issues

Topics

#country #picker #flag #localization #offline

License

MIT (license)

Dependencies

flutter, flutter_localizations, flutter_svg

More

Packages that depend on local_country_picker