input_country 2.1.0 copy "input_country: ^2.1.0" to clipboard
input_country: ^2.1.0 copied to clipboard

Countries (ISO-3166), Currencies (ISO-4217), Languages (ISO-639) with choosers (DropdownButton) and flag images

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add input_country

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

dependencies:
  input_country: ^2.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:input_country/input_country.dart';
5
likes
120
pub points
32%
popularity

Publisher

unverified uploader

Countries (ISO-3166), Currencies (ISO-4217), Languages (ISO-639) with choosers (DropdownButton) and flag images

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

collection, flutter, flutter_localizations, pedantic

More

Packages that depend on input_country