Baseflow / Baseflow/flutter-contacts-plugin

Show contacts in some order

Open
#9 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
39
Forks
18
PR merge metrics
No merged PRs in 30d

Description

Hello! Greate job!
Is some way add parameter for setting order (ASC/DESC) of contacts in Flutter?
Now I can do it only modifing plugin code:
cursor = contentResolver.query(
ContactsContract.Data.CONTENT_URI,
null,
null,
null,
// ContactsContract.Contacts.SORT_KEY_PRIMARY + " ASC")
"upper("+ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME + ") ASC")

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.