flutter_contacts icon indicating copy to clipboard operation
flutter_contacts copied to clipboard

[Contact service android] Split the projection for contact info. Allow apps to configure the contact info they wants.

Open zhenqiu1101 opened this issue 4 years ago • 3 comments
trafficstars

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.

zhenqiu1101 avatar Feb 05 '21 01:02 zhenqiu1101

@lukasgit Hi Lukas, can you take a look at this PR?

zhenqiu1101 avatar Feb 05 '21 01:02 zhenqiu1101

@zhenqiu1101 will do, thanks

lukasgit avatar Mar 30 '21 15:03 lukasgit

@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 ?

lukasgit avatar Sep 21 '21 19:09 lukasgit