contact_access_kit 0.0.2
contact_access_kit: ^0.0.2 copied to clipboard
A Flutter plugin to pick a contact and retrieve name, phone number, and email from device contacts.
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