intl_phone_field_continued 1.0.3
intl_phone_field_continued: ^1.0.3 copied to clipboard
Continued and actively maintained version of intl_phone_field with localization support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add intl_phone_field_continuedThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
intl_phone_field_continued: ^1.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:intl_phone_field_continued/countries.dart';
import 'package:intl_phone_field_continued/country_picker_dialog.dart';
import 'package:intl_phone_field_continued/helpers.dart';
import 'package:intl_phone_field_continued/intl_phone_field.dart';
import 'package:intl_phone_field_continued/phone_field_localization.dart';
import 'package:intl_phone_field_continued/phone_number.dart';