flutter_contacts_stack 1.0.3 copy "flutter_contacts_stack: ^1.0.3" to clipboard
flutter_contacts_stack: ^1.0.3 copied to clipboard

A powerful and high-performance Flutter plugin to access, modify, and manage device contacts across Android and iOS.

1.0.3 #

  • Refactor phone and email mapping in Contact model
  • Implement batch size and offset for contact retrieval

1.0.2 #

  • Fixed ContactsUI issue for iOS

1.0.1 #

  • Dart format

1.0.0 - 2025-08-07 #

Added #

  • Light and full contact fetching (with optional photo, email, phone, etc.)
  • Pagination and streaming-based contact loading for large datasets
  • Fetch contact by ID
  • Insert, update, delete single and multiple contacts
  • vCard export and import (Pending)
  • Contact change observer:
    • Android: using ContentObserver
    • iOS: using CNContactStoreDidChangeNotification
  • Contact search by name, phone, email
  • Fetch groups/labels, assign to contacts
  • Merge suggestions based on duplicates
  • Filter contacts by SIM, device, or social account (enum-based)
  • Fetch deleted contacts (Android only)
  • Permission handling (Android & iOS)
  • Dart-side null-safe abstraction
  • Platform channel integration
  • Example app
4
likes
150
points
161
downloads

Publisher

verified publisherstackobea.com

Weekly Downloads

A powerful and high-performance Flutter plugin to access, modify, and manage device contacts across Android and iOS.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, permission_handler, plugin_platform_interface

More

Packages that depend on flutter_contacts_stack

Packages that implement flutter_contacts_stack