simple_phone_countries 1.0.0 copy "simple_phone_countries: ^1.0.0" to clipboard
simple_phone_countries: ^1.0.0 copied to clipboard

A simple, synchronous Flutter package for phone country codes, dial codes, and SVG country flags

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_phone_countries

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

dependencies:
  simple_phone_countries: ^1.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:simple_phone_countries/simple_phone_countries.dart';
2
likes
150
points
100
downloads

Publisher

verified publisherkrisna.codes

Weekly Downloads

A simple, synchronous Flutter package for phone country codes, dial codes, and SVG country flags

Repository (GitHub)
View/report issues

Topics

#phone #country #dial-code #flags #country-picker

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on simple_phone_countries