phone_number_checker 0.0.1 copy "phone_number_checker: ^0.0.1" to clipboard
phone_number_checker: ^0.0.1 copied to clipboard

A lightweight Flutter package to detect Nigerian mobile networks (MTN, Airtel, Glo, 9mobile) from phone numbers in local (`080xxxxxxx`) or international (`+23480xxxxxxx`) formats.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add phone_number_checker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  phone_number_checker: ^0.0.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:phone_number_checker/phone_number_checker.dart';
1
likes
140
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter package to detect Nigerian mobile networks (MTN, Airtel, Glo, 9mobile) from phone numbers in local (`080xxxxxxx`) or international (`+23480xxxxxxx`) formats.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on phone_number_checker