validate_phone_number 1.0.0 copy "validate_phone_number: ^1.0.0" to clipboard
validate_phone_number: ^1.0.0 copied to clipboard

A new Flutter package for validate phone number based on country code.

Features #

It is a simple textformfield that allows us to validate the mobile number length based on country code. We can customize it as we need.

Getting started #

To use this package:

Run this command:

flutter pub add validate_phone_number

Or, add the following to your pubspec.yaml file:

dependencies:
validate_phone_number: ^0.0.1

Usage #

Import it Now in your Dart code, you can use:

import 'package:validate_phone_number/validate_phone_number.dart';

How to Use Simply create a IntlPhoneField widget, and pass the required params:

ValidatePhoneNumber(
    countryCode: 'IN',
    phoneNumber: "1234567890"
    );
2
likes
0
points
66
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package for validate phone number based on country code.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on validate_phone_number