account_picker_plus 0.0.4 copy "account_picker_plus: ^0.0.4" to clipboard
account_picker_plus: ^0.0.4 copied to clipboard

PlatformAndroid

A account picker using get email and phone number saved on device without requiring extra permission.

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);

Usage to request Email #

List<String>? email = await AccountPickerPlus.emailHint();
print(email);
1
likes
160
pub points
27%
popularity

Publisher

unverified uploader

A account picker using get email and phone number saved on device without requiring extra permission.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on account_picker_plus