mobile_number_picker 0.0.1+3 copy "mobile_number_picker: ^0.0.1+3" to clipboard
mobile_number_picker: ^0.0.1+3 copied to clipboard

outdated

A Flutter Plugin fo inflate mobile number picker for Android only.

mobile_number_picker #

Note: It works for Android only because getting mobile number is not supported in IOS. Mobile Number Reducer is added to seperate the mobile number and country code , so you can get both of them seperately.

Usage

Call this Function to initiate the mobile picker dialog

mobileNumber.mobileNumber();

Listen to stream to listen to events added to stream

mobileNumber.getMobileNumberStream.listen((event) {});

Image

14
likes
0
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter Plugin fo inflate mobile number picker for Android only.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on mobile_number_picker

Packages that implement mobile_number_picker