validate_phone_number 1.1.1 copy "validate_phone_number: ^1.1.1" to clipboard
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';
1
likes
135
points
98
downloads

Publisher

unverified uploader

Weekly Downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on validate_phone_number