country_kit 1.0.1 copy "country_kit: ^1.0.1" to clipboard
country_kit: ^1.0.1 copied to clipboard

Country data + flag widgets for building phone pickers. ISO codes, dial codes, currencies, localized names, phone masks, and SVG flags in circle, square, and rectangle shapes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add country_kit

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

dependencies:
  country_kit: ^1.0.1

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:country_kit/country_kit.dart';
0
likes
160
points
132
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Country data + flag widgets for building phone pickers. ISO codes, dial codes, currencies, localized names, phone masks, and SVG flags in circle, square, and rectangle shapes.

Repository (GitHub)
View/report issues

Topics

#country #flags #phone #picker #svg

License

MIT (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on country_kit