SunnyApp / flutter_contact

A flutter plugin for retrieving, creating, saving, and watching contacts on native devices
BSD 3-Clause "New" or "Revised" License
81 stars 62 forks source link

"withThumbnails: false" doesn't work #59

Closed abhinavsingh closed 3 years ago

abhinavsingh commented 3 years ago

We are using flutter_contact: ^0.8.1+2 as follows:

var contacts = Contacts.streamContacts(
    withThumbnails: false,
    withHiResPhoto: false,
    withUnifyInfo: false,
    bufferSize: CONTACTS_BUFFER_SIZE,
  );

But returns contacts still return the thumbnail data.

Are we missing something here or is it a bug?

ericmartineau commented 3 years ago

fixed flutter_contact: ^0.9.1+7