country_code_text_field 1.0.4
country_code_text_field: ^1.0.4 copied to clipboard
Introducing Country Code Text Field: a Flutter package for streamlined mobile logins worldwide. Customizable with flags & codes for easy selection.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add country_code_text_fieldThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
country_code_text_field: ^1.0.4Alternatively, 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_code_text_field/country_code_text_field.dart';