fl_country_code_picker 0.0.3 copy "fl_country_code_picker: ^0.0.3" to clipboard
fl_country_code_picker: ^0.0.3 copied to clipboard

A Flutter package for showing a modal that contains country dial code. The user can also search for the available codes and select right from the modal.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fl_country_code_picker

With Flutter:

 $ flutter pub add fl_country_code_picker

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

dependencies:
  fl_country_code_picker: ^0.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fl_country_code_picker/fl_country_code_picker.dart';
94
likes
0
pub points
97%
popularity

Publisher

unverified uploader

A Flutter package for showing a modal that contains country dial code. The user can also search for the available codes and select right from the modal.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, scrollable_positioned_list

More

Packages that depend on fl_country_code_picker