flutter_contacts
flutter_contacts copied to clipboard
search last name and surname
after this #15 merged, cannot search last name or surname anymore, please put back
selectionArgs.add(query + "%");
to this
selectionArgs.add("%" + query + "%");
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.