phone_util 0.0.1 copy "phone_util: ^0.0.1" to clipboard
phone_util: ^0.0.1 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 Dart:

 $ dart pub add phone_util

With Flutter:

 $ flutter pub add phone_util

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

dependencies:
  phone_util: ^0.0.1

Alternatively, your editor might support dart pub get or 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
0
points
44
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..

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, get

More

Packages that depend on phone_util