phone_util 0.0.3 phone_util: ^0.0.3 copied to clipboard
Helps you to build a phone input field with easy steps, you can change the country and separate the country box style as you want and the phone input field as you want. you can add empty space between [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add phone_util
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
phone_util: ^0.0.3
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_util/phone_util.dart';