jayeshpansheriya / flutter_native_contact_picker

With this plugin a Flutter app can ask its user to select a contact from his/her address book. The information associated with the contact is returned to the app.
https://pub.dev/packages/flutter_native_contact_picker
BSD 3-Clause "New" or "Revised" License
8 stars 22 forks source link

Update readme for multi contact select #11

Closed BradenBagby closed 10 months ago

BradenBagby commented 10 months ago

Updates the readme with new example and showing that multiple contact selection is only available for IOS. I may get to creating a PR soon for Android as well

jayeshpansheriya commented 10 months ago

you changes is available in new version 0.0.6, Thanks @BradenBagby for support.