ka4_country_picker_plus 1.0.0
ka4_country_picker_plus: ^1.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 Dart:
$ dart pub add ka4_country_picker_plusWith Flutter:
$ flutter pub add ka4_country_picker_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ka4_country_picker_plus: ^1.0.0Alternatively, 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:ka4_country_picker_plus/countries.dart';
import 'package:ka4_country_picker_plus/country.dart';
import 'package:ka4_country_picker_plus/country_picker_cupertino.dart';
import 'package:ka4_country_picker_plus/country_picker_dialog.dart';
import 'package:ka4_country_picker_plus/country_picker_dropdown.dart';
import 'package:ka4_country_picker_plus/country_pickers.dart';
import 'package:ka4_country_picker_plus/utils/my_alert_dialog.dart';
import 'package:ka4_country_picker_plus/utils/typedefs.dart';
import 'package:ka4_country_picker_plus/utils/utils.dart';