contact_access_kit

A lightweight Flutter plugin to open the native contact picker and retrieve selected contact details such as name, phone number, and email.


Platform

  • Android only

Important

This plugin does NOT handle permissions.

You must request contact permission before using it.

Recommended package: permission_handler


Notes

  • Requires READ_CONTACTS permission
  • Returns null if user cancels selection
  • Email may be null if not available

License

MIT