flutter_contacts library

Classes

Account
Contact account (e.g., Google account, iCloud account, local device account).
Address
Postal address property.
AndroidData
Android-specific data (Android only).
AndroidIdentifiers
Android-specific contact identifiers (Android only).
Contact
Unified contact model representing a contact across all platforms.
ContactChange
A single contact change.
ContactFilter
Filter for querying contacts.
ContactMetadata
Metadata about a contact, tracking which properties were fetched and account information.
ContactProperties
Predefined sets of contact properties for common use cases.
Email
Email address property.
Event
Event property (e.g., birthdays, anniversaries).
FlutterContacts
Complete contact management with ultra-fast get, create, update, and delete supporting all fields (phone, email, organization, photo, etc.). Includes groups, accounts, vCard import/export, native dialogs, change listeners, SIM support, and number blocking across Android, iOS, and macOS.
Group
A contact group.
Label<T extends Enum>
Generic label wrapper that combines an enum label with an optional custom label string.
Name
Structured name property.
Note
Note property.
Organization
Organization property.
Phone
Phone number property.
Photo
Contact photo property.
RawContact
Information about a raw contact with its identifiers and account.
Relation
Relationship property.
Ringtone
Information about a ringtone.
SocialMedia
Social media profile property.
Website
Website URL property.

Enums

AddressLabel
Postal address label types.
ContactChangeType
The type of change that occurred to a contact.
ContactProperty
Enumeration of contact properties that can be fetched.
EmailLabel
Email address label types.
EventLabel
Event label types (e.g., birthdays, anniversaries).
PermissionStatus
Detailed permission status for contacts access.
PermissionType
Permission types for contacts access.
PhoneLabel
Phone number label types.
RelationLabel
Relationship label types.
RingtoneType
Ringtone types supported by Android RingtoneManager.
SocialMediaLabel
Social media profile label types.
VCardVersion
vCard format versions.
WebsiteLabel
Website URL label types.