beuni_country_picker 0.0.3
beuni_country_picker: ^0.0.3 copied to clipboard
In this package we are showing countries with Country code, Country Name and also showing flags also in sorted list. Here user can search and filter out country and select country.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add beuni_country_pickerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
beuni_country_picker: ^0.0.3Alternatively, 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:beuni_country_picker/beuni_country_picker.dart';