get_phone_number 3.0.10 copy "get_phone_number: ^3.0.10" to clipboard
get_phone_number: ^3.0.10 copied to clipboard

PlatformAndroid

Get real phone number from device - It only works on android device and also need to run in a real device.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add get_phone_number

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

dependencies:
  get_phone_number: ^3.0.10

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:get_phone_number/get_phone_number.dart';
33
likes
120
pub points
88%
popularity

Publisher

unverified uploader

Get real phone number from device - It only works on android device and also need to run in a real device.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on get_phone_number