Account Picker Plus | Coderz Repository

account_picker_plus

Last updated:

0 purchases

account_picker_plus Image
account_picker_plus Images

Free

Languages

Categories

Add to Cart

Description:

account picker plus

account_picker_plus #
This Flutter plugin prompts user to pick an Email or a Phone number saved on device without requiring extra permission
It is a lightweight plugin that does not require extra permission.
This plugin does not require any special device permission.
This currently works for Android only.
Usage to request Phone #
String phoneNumber = await AccountPickerPlus.phoneHint();
print(phoneNumber);
copied to clipboard
Usage to request Email #
List<String>? email = await AccountPickerPlus.emailHint();
print(email);
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.