phone_hint_android 1.1.0 copy "phone_hint_android: ^1.1.0" to clipboard
phone_hint_android: ^1.1.0 copied to clipboard

Flutter plugin for Phone Number Hint Api on Android, provides a frictionless way to show a user's (SIM-based) phone numbers as a hint.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add phone_hint_android

With Flutter:

 $ flutter pub add phone_hint_android

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

dependencies:
  phone_hint_android: ^1.1.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:phone_hint_android/phone_hint_android.dart';
9
likes
0
points
426
downloads

Publisher

verified publishernikb.in

Weekly Downloads

Flutter plugin for Phone Number Hint Api on Android, provides a frictionless way to show a user's (SIM-based) phone numbers as a hint.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on phone_hint_android

Packages that implement phone_hint_android