Last updated:
0 purchases
guinea phone number
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
copied to clipboard
2. Install it #
You can install packages from the command line:
with pub:
$ pub get
copied to clipboard
with Flutter:
$ flutter pub get
copied to clipboard
3. Import it #
Now in your Dart code, you can use:
import 'package:guinea_phone_number/guinea_phone_number.dart';
copied to clipboard
Example #
Orange #
Center(
child: GuineaPhoneNumber(
decoration: const InputDecoration(
border: OutlineInputBorder(),
hintText: "Veuillez entrer le numero de téléphone"),
),
),
copied to clipboard
Created & Maintained By Anderson Goumou #
GitHub: @4n-d3er-git
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.