country_picker_zaatra 0.1.2
country_picker_zaatra: ^0.1.2 copied to clipboard
A country picker widget that fetches data from an API, saves it locally, and includes a dropdown menu with flags, country codes, and country names.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add country_picker_zaatraThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
country_picker_zaatra: ^0.1.2Alternatively, 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_picker_zaatra/country_picker.dart';