Closed abhinavsingh closed 3 years ago
We are using flutter_contact: ^0.8.1+2 as follows:
flutter_contact: ^0.8.1+2
var contacts = Contacts.streamContacts( withThumbnails: false, withHiResPhoto: false, withUnifyInfo: false, bufferSize: CONTACTS_BUFFER_SIZE, );
But returns contacts still return the thumbnail data.
contacts
Are we missing something here or is it a bug?
fixed flutter_contact: ^0.9.1+7
flutter_contact: ^0.9.1+7
We are using
flutter_contact: ^0.8.1+2
as follows:But returns
contacts
still return the thumbnail data.Are we missing something here or is it a bug?