pick_country_picker 0.0.2 copy "pick_country_picker: ^0.0.2" to clipboard
pick_country_picker: ^0.0.2 copied to clipboard

outdated

A highly customizable Flutter package for selecting a country from a modal list.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pick_country_picker

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

dependencies:
  pick_country_picker: ^0.0.2

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:pick_country_picker/pick_country_picker.dart';
1
likes
0
points
53
downloads

Publisher

verified publisherpyrovex.xyz

Weekly Downloads

A highly customizable Flutter package for selecting a country from a modal list.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, cupertino_icons, flutter, flutter_localizations, mockito

More

Packages that depend on pick_country_picker