flutter_contacts
flutter_contacts copied to clipboard
[Contact service android] Split the projection for contact info. Allow apps to configure the contact info they wants.
Querying all contact columns results in the error: "Row too big to fit into CursorWindow". That is because some columns are referring to the same internal column (data1, data2 .... data6 etc). We get duplicate columns for single row. So we split the cursors for querying different contact info. Add an optional parameter for apps to configure what contact info they wants.
@lukasgit Hi Lukas, can you take a look at this PR?
@zhenqiu1101 will do, thanks
@lukasgit Hi Lukas, can you take a look at this PR?
Apologies for the delay @zhenqiu1101 . Is this PR tested are ready? Is there anything instructions needed to be added to the readme ?