phone_number_hint 0.0.6 copy "phone_number_hint: ^0.0.6" to clipboard
phone_number_hint: ^0.0.6 copied to clipboard

PlatformAndroid

phone_number_hint is a Flutter package that provides a simple way to retrieve phone number hints from the user's device.It uses Phone Number Hint API The Phone Number Hint API, a library powered by Go [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add phone_number_hint

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

dependencies:
  phone_number_hint: ^0.0.6

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_number_hint/phone_number_hint.dart';
12
likes
130
points
341
downloads

Publisher

unverified uploader

Weekly Downloads

phone_number_hint is a Flutter package that provides a simple way to retrieve phone number hints from the user's device.It uses Phone Number Hint API The Phone Number Hint API, a library powered by Google Play services, provides a frictionless way to show a user’s (SIM-based) phone numbers as a hint.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on phone_number_hint