smart_phone_field 2.0.0 copy "smart_phone_field: ^2.0.0" to clipboard
smart_phone_field: ^2.0.0 copied to clipboard

A professional Flutter phone-number input field with per-country live formatting, GPS-based country auto-detection, searchable country picker (240+ countries), real-time validation, and full design cu [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add smart_phone_field

With Flutter:

 $ flutter pub add smart_phone_field

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

dependencies:
  smart_phone_field: ^2.0.0

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:smart_phone_field/smart_phone_field.dart';
1
likes
0
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A professional Flutter phone-number input field with per-country live formatting, GPS-based country auto-detection, searchable country picker (240+ countries), real-time validation, and full design customisation.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

country_picker, flutter, geocoding, geolocator

More

Packages that depend on smart_phone_field