flutter_contacts icon indicating copy to clipboard operation
flutter_contacts copied to clipboard

search last name and surname

Open aqibaja opened this issue 2 years ago • 1 comments

after this #15 merged, cannot search last name or surname anymore, please put back selectionArgs.add(query + "%");

to this

selectionArgs.add("%" + query + "%");

aqibaja avatar Jun 08 '22 17:06 aqibaja

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.

stale[bot] avatar Aug 12 '22 01:08 stale[bot]