validate_phone_number 1.1.1
validate_phone_number: ^1.1.1 copied to clipboard
A new Flutter package for validate phone number based on country code.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add validate_phone_number
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
validate_phone_number: ^1.1.1
Alternatively, 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:validate_phone_number/validate_phone_number.dart';