ka4_country_picker_plus 1.2.0
ka4_country_picker_plus: ^1.2.0 copied to clipboard
Countries, codes, flags and several way of picking them at your service...one widget away... with cool animations!
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ka4_country_picker_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ka4_country_picker_plus: ^1.2.0Alternatively, 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:ka4_country_picker_plus/countries.dart';
import 'package:ka4_country_picker_plus/country.dart';
import 'package:ka4_country_picker_plus/country_code/country_phone_input.dart';
import 'package:ka4_country_picker_plus/country_code/init_country_code.dart';
import 'package:ka4_country_picker_plus/country_code/my_country_picker.dart';
import 'package:ka4_country_picker_plus/country_code/my_country_picker_bottom_sheet.dart';
import 'package:ka4_country_picker_plus/country_code/my_country_picker_dialog.dart';
import 'package:ka4_country_picker_plus/country_picker_bottom_sheet.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';