country_pickers_v2 3.0.0 copy "country_pickers_v2: ^3.0.0" to clipboard
country_pickers_v2: ^3.0.0 copied to clipboard

Countries, codes, flags and several way of picking them at your service...one widget away...

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add country_pickers_v2

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

dependencies:
  country_pickers_v2: ^3.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:country_pickers_v2/countries.dart';
import 'package:country_pickers_v2/country.dart';
import 'package:country_pickers_v2/country_picker_cupertino.dart';
import 'package:country_pickers_v2/country_picker_dialog.dart';
import 'package:country_pickers_v2/country_picker_dropdown.dart';
import 'package:country_pickers_v2/country_pickers.dart';
import 'package:country_pickers_v2/utils/my_alert_dialog.dart';
import 'package:country_pickers_v2/utils/typedefs.dart';
import 'package:country_pickers_v2/utils/utils.dart';
1
likes
150
points
506
downloads

Publisher

unverified uploader

Weekly Downloads

Countries, codes, flags and several way of picking them at your service...one widget away...

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on country_pickers_v2