contacts library
Classes
- Contact
- ContactDate
- ContactEvent
- ContactFormService
- ContactKeys
- Because you can be dealing with linked contacts (unified) or individual contacts, we use this object to be able to track what sort of contact you're dealing with, and what keys can be used to find, reference, or update it.
- ContactsChangedEvent
- ContactsContract
- ContactService
- ContactSortOrder
- DateComponents
- @deprecated: Use FlexiDate instead.
- FormsContract
- Group
- Group class used for contact groups or labels
- Item
- Item class used for contact fields which only have a label and a value, such as emails and phone numbers
-
PagingList<
T> -
PagingStream<
T> - A stream that pages through results
- PhoneNumber
- PostalAddress
- UnknownContactEvent
Enums
Extensions
- ContactKeyAccessExt on Contact
- FlexiDateToMap on FlexiDate
-
ItemListsToMap
on Iterable<
Item> - ItemToMap on Item?
- PostalAddressToMap on PostalAddress?
-
SafeList
on List<
X> ?
Constants
- kids → const String
- klimit → const String
- koffset → const String
- kphoneQuery → const String
- kphotoHighResolution → const String
- kquery → const String
- ksortBy → const String
- kwithThumbnails → const String
- kwithUnifyInfo → const String
Properties
- Contacts → ContactFormService
-
final
- flutterContactLog → Logger
-
final
- SingleContacts → ContactService
-
final
- UnifiedContacts → ContactFormService
-
final
Functions
-
contactModeOf(
dynamic dyn) → ContactMode? -
defaultPhoneNumberSanitizer(
String? input) → String -
notNullList<
T> () → bool Function(T item) -
parseDateTime(
dynamic dyn) → DateTime?
Typedefs
-
PageGenerator<
T> = FutureOr< List< Function(int limit, int offset)T> > - PhoneNumberSanitizer = String Function(String?)