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

PlatformAndroid

A Flutter plugin for fetching the device's mobile number or list sim cards data

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mobile_number

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

dependencies:
  mobile_number: ^2.1.1

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:mobile_number/mobile_number.dart';
97
likes
100
pub points
95%
popularity

Publisher

unverified uploader

A Flutter plugin for fetching the device's mobile number or list sim cards data

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on mobile_number