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

outdated

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: ^1.0.4

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
0
pub points
86%
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.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on get_phone_number