phone_util 0.0.3 copy "phone_util: ^0.0.3" to clipboard
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';
2
likes
140
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

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 the country and phone field..

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get

More

Packages that depend on phone_util