flutter_native_contact_picker_plus 1.1.1 copy "flutter_native_contact_picker_plus: ^1.1.1" to clipboard
flutter_native_contact_picker_plus: ^1.1.1 copied to clipboard

An enhanced version of flutter_native_contact_picker for selecting contacts from the address book.

1.1.1 Swift Package Manager #

  • fix ios issues.
  • support the Swift package manager

1.0.0 Major Update #

🚀 New Features #

  • Added selectPhoneNumber method to select a specific phone number from a contact.

📱 Extended Contact Fields #

Most fields require permission and will be returned only if access is granted. The plugin works gracefully even if the permission is not provided.

  • selectedPhoneNumber: Used with the selectPhoneNumber method.
  • emailAddresses: List of emails with labels.
    Requires READ_CONTACTS on Android / user authorization on iOS.
  • avatar: Base64-encoded image of the contact.
    Requires permission on both platforms.
  • postalAddresses: Includes street, city, state, postal code, country, and label.
    Requires permission.
  • organizationInfo: Contains company and job title.
    Requires permission.
  • birthday: ISO 8601 formatted date string.
    Requires permission.
  • notes: Free-form notes.
    Requires permission.
  • websiteURLs: List of contact-related website URLs.
    Requires permission (Android only).

💡 Enhancements #

  • Improved example app to showcase all available methods and fields.
  • Graceful fallback when permissions are denied (fields return null or empty).
  • Updated Android and iOS implementations for better compatibility.

0.0.2 Patch #

  • Fixed iOS issues.

0.0.1 Initial Release #

  • First release of the package.
8
likes
160
points
723
downloads

Publisher

unverified uploader

Weekly Downloads

An enhanced version of flutter_native_contact_picker for selecting contacts from the address book.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_native_contact_picker_plus

Packages that implement flutter_native_contact_picker_plus