mobile_number 0.0.3 copy "mobile_number: ^0.0.3" to clipboard
mobile_number: ^0.0.3 copied to clipboard

outdated

A Flutter plugin for fetching the device's mobile number

mobile_number #

This is a FLutter Plugin to get the device mobile number.

Note: It works for Android only because getting mobile number of sim card is not supported in iOS.

Installation #

https://pub.dev/packages/mobile_number

Add this to your package's pubspec.yaml file:

dependencies:
  mobile_number: ^0.0.2

Usage #

Sample

Future<String> fillMobileNumber() async {
    final String mobileNumber = await MobileNumber.mobileNumber;
    return mobileNumber;
  }
97
likes
0
pub points
95%
popularity

Publisher

unverified uploader

A Flutter plugin for fetching the device's mobile number

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on mobile_number