guinea_phone_number

pub package pub points

Guinea Phone Number

Un package flutter qui permet de vérifier l'operateur téléphonique.


Prise en charge

Testé seulement sur

Android



Installing

1. Depend on it

Add this to your package's pubspec.yaml file:

dependencies:
  guinea_phone_number: ^1.0.0

2. Install it

You can install packages from the command line:

with pub:

$ pub get

with Flutter:

$ flutter pub get

3. Import it

Now in your Dart code, you can use:

import 'package:guinea_phone_number/guinea_phone_number.dart';



Example

Orange

Center(
          child: GuineaPhoneNumber(
            decoration: const InputDecoration(
                border: OutlineInputBorder(),
                hintText: "Veuillez entrer le numero de téléphone"),
          ),
        ),