fluttercommunity / flutter_contacts

Contacts Service - A Flutter plugin to retrieve and manage contacts on Android and iOS devices. Maintainer: @lukasgit
https://pub.dev/packages/contacts_service
MIT License
153 stars 69 forks source link

Android avatar added to getContacts #10

Closed freewheelnat closed 6 years ago

freewheelnat commented 6 years ago

As discussed, here is a PR which adds the avatar to the getContacts method for Android.

I have also added a circular progress indicator to the example and noticed the UI was blocked while loading the contacts, so I moved getContacts to an ASyncTask.

PS: I did this off the master branch, so this PR brings in the master commits too (currently, your thumbnails branch is 5 commits behind, hence this shows as 6 commits)